public class InvalidLengthException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
InvalidLengthException(java.lang.Object[] vars)
Constructor.
|
InvalidLengthException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public InvalidLengthException(java.lang.Object[] vars)
vars
- See InvalidLengthException(Object[], Throwable)
public InvalidLengthException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 3 substitution variables for
CWWBA0017E: Parameter ''{0}'' exceeds the allowed maximum length ''{1}''. Current length is ''{2}''.cause
- The exception that was thrown.