com.ibm.commerce.pagelayout.dataload.exception
Class PageLayoutDataLoadApplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.commerce.foundation.common.exception.AbstractApplicationException
-
- com.ibm.commerce.foundation.dataload.exception.DataLoadException
-
- com.ibm.commerce.foundation.dataload.exception.DataLoadApplicationException
-
- com.ibm.commerce.pagelayout.dataload.exception.PageLayoutDataLoadApplicationException
-
- All Implemented Interfaces:
- java.io.Serializable
public class PageLayoutDataLoadApplicationException extends DataLoadApplicationException
This class defines the exceptions thrown by the PageLayout DataLoad when application errors occur during the processing of business data.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.-
Fields inherited from class com.ibm.commerce.foundation.common.exception.AbstractApplicationException
DEFAULT_SEVERITY, EMPTY_MSG
-
-
Constructor Summary
Constructors Constructor and Description PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname)
This is a constructor for this class which has four parameters.PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname, java.lang.Throwable cause)
This is a constructor for this class which has five parameters.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.common.exception.AbstractApplicationException
addApplicationError, addApplicationError, getApplicationErrors, getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageLayoutDataLoadApplicationException
public PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname)
This is a constructor for this class which has four parameters.- Parameters:
message
- AnDatalaoaMessageKey
object used for describing the exception.parameter
- AnObject
array of parameter values to be passed to the message.classname
- The name of the class that threw thisDataLoadApplicationException
.methodname
- The name of the method that threw thisDataLoadApplicationException
.
-
PageLayoutDataLoadApplicationException
public PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname, java.lang.Throwable cause)
This is a constructor for this class which has five parameters.- Parameters:
message
- AnDatalaoaMessageKey
object used for describing the exception.parameter
- AnObject
array of parameter values to be passed to the message.classname
- The name of the class that threw thisDataLoadApplicationException
.methodname
- The name of the method that threw thisDataLoadApplicationException
.cause
- The exception causing at the original point of failure.
-
-