Class BCryptKdfOptions.BCryptBadRoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sshd.common.RuntimeSshException
-
- org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BCryptKdfOptions
public static class BCryptKdfOptions.BCryptBadRoundsException extends RuntimeSshException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BCryptBadRoundsException(int rounds)
BCryptBadRoundsException(int rounds, String message)
BCryptBadRoundsException(int rounds, String message, Throwable reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRounds()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-