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 t)
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 t)
IdentityUnavailableException with the specified message
and root cause.msg - the detail messaget - root cause