gnu.crypto.sasl
public class IllegalMechanismStateException extends AuthenticationException
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
IllegalMechanismStateException()
Constructs a new instance of IllegalMechanismStateException
with no detail message. | |
IllegalMechanismStateException(String detail)
Constructs a new instance of IllegalMechanismStateException
with the specified detail message.
| |
IllegalMechanismStateException(String detail, Throwable ex)
Constructs a new instance of IllegalMechanismStateException
with the specified detail message, and cause.
|
IllegalMechanismStateException
with no detail message.IllegalMechanismStateException
with the specified detail message.
Parameters: detail the detail message.
IllegalMechanismStateException
with the specified detail message, and cause.
Parameters: detail the detail message. ex the original cause.