com.ibm.bpe.api

Class EngineWrongTaskKindException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.bpe.api.ProcessException
  5. extended bycom.ibm.bpe.api.EngineWrongKindException
  6. extended bycom.ibm.bpe.api.EngineWrongTaskKindException
All implemented interfaces:
java.io.Serializable

  1. public class EngineWrongTaskKindException
  2. extends EngineWrongKindException
An EngineWrongTaskKindException encapsulates a TaskWrongKindException thrown by the Human Task Manager and signals such a failure to a Business Flow Manager user.
Since:
6.0
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ASSOC_OBJ_TYPE_ACTIVITY
Constant to define task exception associated with an activity.
  1. protected static
  2. java.lang.String
ASSOC_OBJ_TYPE_ACTIVITY_MSG
Message key constant for task exception associated with an activity.
  1. static
  2. int
ASSOC_OBJ_TYPE_EVENTHANDLER
Constant to define task exception associated with an event handler.
  1. protected static
  2. java.lang.String
ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
Message key constant for task exception associated with an event handler.
  1. static
  2. int
ASSOC_OBJ_TYPE_PROCESS
Constant to define task exception associated with a process.
  1. protected static
  2. java.lang.String
ASSOC_OBJ_TYPE_PROCESS_MSG
Message key constant for task exception associated with a process.
  1. static
  2. java.lang.String
COPYRIGHT
Fields inherited from class com.ibm.bpe.api.ProcessException
_catalog, _cause, _id, _key, _message, _vars

Method Summary

Modifier and Type Method and Description
  1. static
  2. EngineWrongTaskKindException
create(int assocObjectType,java.lang.Object[] vars,java.lang.Throwable cause)
Factory method to create a EngineWrongTaskKindException.
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

ASSOC_OBJ_TYPE_ACTIVITY

  1. public static final int ASSOC_OBJ_TYPE_ACTIVITY
Constant to define task exception associated with an activity.
See Also:

ASSOC_OBJ_TYPE_PROCESS

  1. public static final int ASSOC_OBJ_TYPE_PROCESS
Constant to define task exception associated with a process.
See Also:

ASSOC_OBJ_TYPE_EVENTHANDLER

  1. public static final int ASSOC_OBJ_TYPE_EVENTHANDLER
Constant to define task exception associated with an event handler.
See Also:

ASSOC_OBJ_TYPE_ACTIVITY_MSG

  1. protected static final java.lang.String ASSOC_OBJ_TYPE_ACTIVITY_MSG
Message key constant for task exception associated with an activity.
See Also:

ASSOC_OBJ_TYPE_PROCESS_MSG

  1. protected static final java.lang.String ASSOC_OBJ_TYPE_PROCESS_MSG
Message key constant for task exception associated with a process.
See Also:

ASSOC_OBJ_TYPE_EVENTHANDLER_MSG

  1. protected static final java.lang.String ASSOC_OBJ_TYPE_EVENTHANDLER_MSG
Message key constant for task exception associated with an event handler.
See Also:

Method Detail

create

  1. public static EngineWrongTaskKindException create( int assocObjectType,
  2. java.lang.Object[] vars,
  3. java.lang.Throwable cause)
Factory method to create a EngineWrongTaskKindException.