public class ContentApplicationException extends AbstractApplicationException
com.ibm.commerce.foundation.common.exception.AbstractApplicationException,
for more details on the behaviour of this exception.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
DEFAULT_SEVERITY, EMPTY_MSG| Constructor and Description |
|---|
ContentApplicationException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Creates the ContentApplicationException.
|
ContentApplicationException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
This method creates the ContentApplicationException.
|
ContentApplicationException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the ContentApplicationException.
|
addApplicationError, addApplicationError, getApplicationErrors, getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParamspublic static final java.lang.String COPYRIGHT
public ContentApplicationException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
messageKey - The message key of the exception.params - 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.public ContentApplicationException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
messageKey - The message key of the exception.params - 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 ContentApplicationException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
astrMessageKey - The message key of the exception.aParams - The parameters used for the message key of the exception.aResourceBundle - The resource bundle associated with the message keyastrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.aCause - The cause of the exception.