public class KeyManagerException extends DataServiceSystemException
EMPTY_MSG
Constructor and Description |
---|
KeyManagerException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
(non-Javadoc)
|
KeyManagerException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
(non-Javadoc)
|
KeyManagerException(java.lang.String messageKey,
java.lang.Object param0,
java.lang.Object param1,
java.lang.String className,
java.lang.String methodName)
Creates the KeyManagerException.
|
KeyManagerException(java.lang.String messageKey,
java.lang.Object param0,
java.lang.Object param1,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the DataServiceSystemException.
|
KeyManagerException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName)
Creates the KeyManagerException.
|
KeyManagerException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the DataServiceSystemException.
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClient
public KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
public KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
messageKey
- The message key of the exception.param
- The parameter used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public KeyManagerException(java.lang.String messageKey, java.lang.Object param0, java.lang.Object param1, java.lang.String className, java.lang.String methodName)
messageKey
- The message key of the exception.param0
- The first parameter used for the message key of the exception.param1
- The second parameter used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
public KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- The message key of the exception.param
- The parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public KeyManagerException(java.lang.String messageKey, java.lang.Object param0, java.lang.Object param1, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
messageKey
- The message key of the exception.param0
- The first parameters used for the message key of the exception.param1
- The second parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.