public class MandatoryPropertyMissingException extends TaskException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
MandatoryPropertyMissingException(java.lang.Object[] vars)
Constructor.
|
MandatoryPropertyMissingException(java.lang.Object[] vars,
java.lang.Throwable cause)
Constructor.
|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public MandatoryPropertyMissingException(java.lang.Object[] vars)
vars
- See MandatoryPropertyMissingException(Object[], Throwable)
public MandatoryPropertyMissingException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 1 substitution variable for
CWTKA0159E: The mandatory property ''{0}'' is missing in the request message body.cause
- The exception that was thrown.