TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.mediation.task.rt.fault
Class TaskFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tibco.mediation.task.rt.fault.TaskFault
All Implemented Interfaces:
java.io.Serializable

public class TaskFault
extends java.lang.Exception

Thrown to indicate failure in the execute() methods in a custom task runtime implementation

See Also:
Task.execute(Object, Exchange), Serialized Form

Constructor 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

TaskFault

public TaskFault()
Constructs a TaskFault with no detail message.


TaskFault

public TaskFault(java.lang.String message)
Constructs a TaskFault with the specified detail message.

Parameters:
message - the detail message.

TaskFault

public 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

Parameters:
message - the detail message
cause - the exception that was raised

TaskFault

public TaskFault(java.lang.Throwable cause)
Constructs a TaskFault with the exception cause that was raised while executing the execute() method

Parameters:
cause - the exception that was raised

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.