|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tibco.mediation.task.rt.fault.TaskLifeCycleFault
public class TaskLifeCycleFault
Thrown to indicate failure in the life-cycle methods in a custom task runtime implementation
Task.init()
,
Task.destroy()
,
Serialized FormConstructor Summary | |
---|---|
TaskLifeCycleFault()
Constructs a TaskLifeCycleFault with no detail message. |
|
TaskLifeCycleFault(java.lang.String s)
Constructs a TaskLifeCycleFault with the
specified detail message. |
|
TaskLifeCycleFault(java.lang.String s,
java.lang.Throwable cause)
Constructs a TaskLifeCycleFault with the
specified detail message and optional exception that was
raised while executing the life-cycle methods. |
|
TaskLifeCycleFault(java.lang.Throwable cause)
Constructs a TaskLifeCycleFault with the
exception cause that was raised while executing the life-cycle methods. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskLifeCycleFault()
TaskLifeCycleFault
with no detail message.
public TaskLifeCycleFault(java.lang.String s)
TaskLifeCycleFault
with the
specified detail message.
s
- the detail message.public TaskLifeCycleFault(java.lang.String s, java.lang.Throwable cause)
TaskLifeCycleFault
with the
specified detail message and optional exception that was
raised while executing the life-cycle methods.
s
- the detail messagecause
- the exception that was raised while executing the life-cycle methodspublic TaskLifeCycleFault(java.lang.Throwable cause)
TaskLifeCycleFault
with the
exception cause that was raised while executing the life-cycle methods.
cause
- the exception that was raised while executing the life-cycle methods
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |