public abstract class UniqueKeyException extends AuthClientException
NL| Modifier | Constructor and Description |
|---|---|
protected |
UniqueKeyException(java.lang.String msg)
Creates
UniqueKeyException object from the exception message. |
protected |
UniqueKeyException(java.lang.String msg,
java.lang.Throwable cause)
Creates
UniqueKeyException object from the exception message and
the cause of exception. |
appendExceptionTo, printStackTrace, printStackTrace, printStackTrace, toStringprotected UniqueKeyException(java.lang.String msg)
UniqueKeyException object from the exception message.msg - the given exception message.protected UniqueKeyException(java.lang.String msg,
java.lang.Throwable cause)
UniqueKeyException object from the exception message and
the cause of exception.msg - the given exception message.cause - the cause of exception.