public class CoreOTaskServiceInvalidResultException extends SCAServiceResultErrorException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
CoreOTaskServiceInvalidResultException(java.lang.Object[] vars)
Constructor.
|
CoreOTaskServiceInvalidResultException(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 CoreOTaskServiceInvalidResultException(java.lang.Object[] vars)
vars
- See CoreOTaskServiceInvalidResultException(Object[], Throwable)
public CoreOTaskServiceInvalidResultException(java.lang.Object[] vars, java.lang.Throwable cause)
vars
- An array with 0 substitution variables for
CWTKE0006I: The result of the Service Component Architecture (SCA) service for the invocation task (originating task) is null or empty.cause
- The exception that was thrown.