public class UserKeyManagementException extends UserRetryException
When this exception occurs, it indicates that key management failed, but can be re-attempted once the cause of the problem has been fixed.
| Constructor and Description |
|---|
UserKeyManagementException(java.lang.String message)
Creates a
UserKeyManagementException with the indicated
exception message. |
UserKeyManagementException(java.lang.String message,
java.lang.Exception innerException)
Creates a
UserKeyManagementException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic UserKeyManagementException(java.lang.String message)
UserKeyManagementException with the indicated
exception message.
message - a message explaining why the exception occurredpublic UserKeyManagementException(java.lang.String message,
java.lang.Exception innerException)
UserKeyManagementException with the indicated inner
exception, and exception message.
The inner exception provides a lower-level of detail as to why this exception has occurred.
message - a message explaining why the exception occurredinnerException - the inner exception