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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionBCryptBadRoundsException
(int rounds) BCryptBadRoundsException
(int rounds, String message) BCryptBadRoundsException
(int rounds, String message, Throwable reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
rounds
private final int rounds
-
-
Constructor Details
-
BCryptBadRoundsException
public BCryptBadRoundsException(int rounds) -
BCryptBadRoundsException
-
BCryptBadRoundsException
-
-
Method Details
-
getRounds
public int getRounds()
-