public class PageLayoutDataLoadApplicationException extends DataLoadApplicationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
DEFAULT_SEVERITY, EMPTY_MSG
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.
|
addApplicationError, addApplicationError, getApplicationErrors, getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams
public static final java.lang.String COPYRIGHT
public PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname)
message
- An DatalaoaMessageKey
object used for describing the exception.parameter
- An Object
array of parameter values to be passed to the message.classname
- The name of the class that threw this DataLoadApplicationException
.methodname
- The name of the method that threw this DataLoadApplicationException
.public PageLayoutDataLoadApplicationException(java.lang.String message, java.lang.String[] parameter, java.lang.String classname, java.lang.String methodname, java.lang.Throwable cause)
message
- An DatalaoaMessageKey
object used for describing the exception.parameter
- An Object
array of parameter values to be passed to the message.classname
- The name of the class that threw this DataLoadApplicationException
.methodname
- The name of the method that threw this DataLoadApplicationException
.cause
- The exception causing at the original point of failure.