com.ibm.commerce.pagelayout.facade.server.exception
Class PageLayoutApplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.commerce.foundation.common.exception.AbstractApplicationException
-
- com.ibm.commerce.pagelayout.facade.server.exception.PageLayoutApplicationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class PageLayoutApplicationException extends AbstractApplicationException
This is the exception class that can be used for any application level exceptions to be thrown during the execution of PageLayout services. See the constructor details for creating this exception. See documentation forcom.ibm.commerce.foundation.common.exception.AbstractApplicationException
for more details on the behaviour of this exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.foundation.common.exception.AbstractApplicationException
DEFAULT_SEVERITY, EMPTY_MSG
-
-
Constructor Summary
Constructors Constructor and Description PageLayoutApplicationException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
This method creates the PageLayoutApplicationException.PageLayoutApplicationException(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 PageLayoutApplicationException.PageLayoutApplicationException(java.lang.String astrMessageKey, java.lang.Object[] aParams, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
Creates the PageLayoutApplicationException.PageLayoutApplicationException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
This method creates the PageLayoutApplicationException.PageLayoutApplicationException(java.lang.String astrMessageKey, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
Creates the PageLayoutApplicationException.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.common.exception.AbstractApplicationException
addApplicationError, addApplicationError, getApplicationErrors, getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams
-
-
-
-
Constructor Detail
-
PageLayoutApplicationException
public PageLayoutApplicationException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
This method creates the PageLayoutApplicationException.- Parameters:
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.
-
PageLayoutApplicationException
public PageLayoutApplicationException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
This method creates the PageLayoutApplicationException.- 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.
-
PageLayoutApplicationException
public PageLayoutApplicationException(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 PageLayoutApplicationException.- Parameters:
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.
-
PageLayoutApplicationException
public PageLayoutApplicationException(java.lang.String astrMessageKey, java.lang.Object[] aParams, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
Creates the PageLayoutApplicationException.- Parameters:
astrMessageKey
- The message key of the exception.aParams
- The parameters used for the message key of the exception.astrClassName
- The name of the class throwing the exception.astrMethodName
- The name of the method throwing the exception.aCause
- The cause of the exception.
-
PageLayoutApplicationException
public PageLayoutApplicationException(java.lang.String astrMessageKey, java.lang.String astrClassName, java.lang.String astrMethodName, java.lang.Throwable aCause)
Creates the PageLayoutApplicationException.- Parameters:
astrMessageKey
- The message key of the exception.astrClassName
- The name of the class throwing the exception.astrMethodName
- The name of the method throwing the exception.aCause
- The cause of the exception.
-
-