public class AuthenticationMechanismException
extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticationMechanismException(java.lang.String message)
Create an authentication mechanism exception with the specified message.
|
AuthenticationMechanismException(java.lang.String message,
java.lang.Throwable cause)
Create an authentication mechanism exception with the specified message
and cause.
|
public AuthenticationMechanismException(java.lang.String message)
message - The message.public AuthenticationMechanismException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.