public class IdentityUnavailableException extends AcegiSecurityException
| Constructor and Description |
|---|
IdentityUnavailableException(String msg)
Constructs an
IdentityUnavailableException with the specified message. |
IdentityUnavailableException(String msg,
Throwable t)
Constructs an
IdentityUnavailableException with the specified message
and root cause. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdentityUnavailableException(String msg)
IdentityUnavailableException with the specified message.msg - the detail messageCopyright © 2021. All rights reserved.