public class ProcessOperationFaultNameNotSetException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProcessOperationFaultNameNotSetException(java.lang.Object[] vars)
Constructor.
|
ProcessOperationFaultNameNotSetException(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 ProcessOperationFaultNameNotSetException(java.lang.Object[] vars)
vars
- See ProcessOperationFaultNameNotSetException(Object[], Throwable)
public ProcessOperationFaultNameNotSetException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWWBA0111E: The attribute name of a fault message in the binding of a process operation has not been set.cause
- The exception that was thrown.