public static class BCryptKdfOptions.BCryptBadRoundsException extends RuntimeSshException
Modifier and Type | Field and Description |
---|---|
private int |
rounds |
private static long |
serialVersionUID |
Constructor and Description |
---|
BCryptBadRoundsException(int rounds) |
BCryptBadRoundsException(int rounds,
java.lang.String message) |
BCryptBadRoundsException(int rounds,
java.lang.String message,
java.lang.Throwable reason) |
Modifier and Type | Method and Description |
---|---|
int |
getRounds() |
private static final long serialVersionUID
private final int rounds
public BCryptBadRoundsException(int rounds)
public BCryptBadRoundsException(int rounds, java.lang.String message)
public BCryptBadRoundsException(int rounds, java.lang.String message, java.lang.Throwable reason)