public class AuthenticationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AuthenticationException(java.lang.String message)
Constructs an InvocationException with the provided detail message.
|
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvocationException with the given detail message and cause.
|
public AuthenticationException(@Nonnull
java.lang.String message)
message - the detailed exception message.public AuthenticationException(@Nonnull
java.lang.String message,
@Nonnull
java.lang.Throwable cause)
message - the detailed exception message.cause - the exception cause.