public abstract class AuthenticationException
extends java.lang.RuntimeException
Authentication
object
being invalid for whatever reason.Constructor and Description |
---|
AuthenticationException(java.lang.String msg)
Constructs an
AuthenticationException with the specified message and no
root cause. |
AuthenticationException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
AuthenticationException with the specified message and root
cause. |
public AuthenticationException(java.lang.String msg, java.lang.Throwable t)
AuthenticationException
with the specified message and root
cause.msg
- the detail messaget
- the root causepublic AuthenticationException(java.lang.String msg)
AuthenticationException
with the specified message and no
root cause.msg
- the detail message