com.ibm.commerce.foundation.server.services.dataaccess.exception
Class KeyManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.commerce.foundation.common.exception.AbstractSystemException
-
- com.ibm.commerce.foundation.server.services.dataaccess.exception.DataServiceSystemException
-
- com.ibm.commerce.foundation.server.services.dataaccess.exception.KeyManagerException
-
- All Implemented Interfaces:
- java.io.Serializable
public class KeyManagerException extends DataServiceSystemException
Insert the type's description here. Creation date: (6/8/00 11:16:58 AM)- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.foundation.common.exception.AbstractSystemException
EMPTY_MSG
-
-
Constructor Summary
Constructors 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.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.common.exception.AbstractSystemException
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClient
-
-
-
-
Constructor Detail
-
KeyManagerException
public KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
(non-Javadoc)
-
KeyManagerException
public KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
Creates the KeyManagerException.- Parameters:
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.
-
KeyManagerException
public KeyManagerException(java.lang.String messageKey, java.lang.Object param0, java.lang.Object param1, java.lang.String className, java.lang.String methodName)
Creates the KeyManagerException.- Parameters:
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.
-
KeyManagerException
public KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
(non-Javadoc)
-
KeyManagerException
public KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
Creates the DataServiceSystemException.- Parameters:
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.
-
KeyManagerException
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)
Creates the DataServiceSystemException.- Parameters:
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.
-
-