public class ExecuteInputOnlyOperation_NotSupportedException extends ProcessException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ExecuteInputOnlyOperation_NotSupportedException(java.lang.Object[] vars)
Constructor.
|
ExecuteInputOnlyOperation_NotSupportedException(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 ExecuteInputOnlyOperation_NotSupportedException(java.lang.Object[] vars)
vars
- See ExecuteInputOnlyOperation_NotSupportedException(Object[], Throwable)
public ExecuteInputOnlyOperation_NotSupportedException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWWBA0101E: Method executeInputOnlyOperation() is not supported.cause
- The exception that was thrown.