public class IdentityUnavailableException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
IdentityUnavailableException(java.lang.String msg)
Constructs an
IdentityUnavailableException with the specified message. |
IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
IdentityUnavailableException with the specified message
and root cause. |
public IdentityUnavailableException(java.lang.String msg)
IdentityUnavailableException with the specified message.msg - the detail messagepublic IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable cause)
IdentityUnavailableException with the specified message
and root cause.msg - the detail messagecause - root cause