public class IdentityUnavailableException extends SpringSecurityException
| Constructor and Description |
|---|
IdentityUnavailableException(java.lang.String msg)
Constructs an
IdentityUnavailableException with the specified message. |
IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable t)
Constructs an
IdentityUnavailableException with the specified message
and root cause. |
contains, getMessage, getMostSpecificCause, getRootCausepublic IdentityUnavailableException(java.lang.String msg)
IdentityUnavailableException with the specified message.msg - the detail messagepublic IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable t)
IdentityUnavailableException with the specified message
and root cause.msg - the detail messaget - root cause