public class PageLayoutSystemException extends AbstractSystemException
com.ibm.commerce.foundation.common.exception.AbstractSystemException
,
for more details on the behavior of this exception.EMPTY_MSG
Constructor and Description |
---|
PageLayoutSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Creates the PageLayoutSystemException.
|
PageLayoutSystemException(java.lang.String messageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the PageLayoutSystemException.
|
PageLayoutSystemException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName)
Creates the PageLayoutSystemException.
|
PageLayoutSystemException(java.lang.String messageKey,
java.lang.Object param,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the PageLayoutSystemException.
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClient
public PageLayoutSystemException(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 PageLayoutSystemException(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 PageLayoutSystemException(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 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.cause
- The cause of the exception.public PageLayoutSystemException(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.