|
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.TaskFault
public class TaskFault
Thrown to indicate failure in the execute() methods in a custom task runtime implementation
Task.execute(Object, Exchange)
,
Serialized FormConstructor Summary | |
---|---|
TaskFault()
Constructs a TaskFault with no detail message. |
|
TaskFault(java.lang.String message)
Constructs a TaskFault with the
specified detail message. |
|
TaskFault(java.lang.String message,
java.lang.Throwable cause)
Constructs a TaskFault with the
specified detail message and optional exception that was
raised while executing the execute() method |
|
TaskFault(java.lang.Throwable cause)
Constructs a TaskFault with the exception
cause that was raised while executing the execute() method |
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 TaskFault()
TaskFault
with no detail message.
public TaskFault(java.lang.String message)
TaskFault
with the
specified detail message.
message
- the detail message.public TaskFault(java.lang.String message, java.lang.Throwable cause)
TaskFault
with the
specified detail message and optional exception that was
raised while executing the execute() method
message
- the detail messagecause
- the exception that was raisedpublic TaskFault(java.lang.Throwable cause)
TaskFault
with the exception
cause that was raised while executing the execute() method
cause
- the exception that was raised
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |