TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

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

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

public class TaskLifeCycleFault
extends java.lang.Exception

Thrown to indicate failure in the life-cycle methods in a custom task runtime implementation

See Also:
Task.init(), Task.destroy(), Serialized Form

Constructor 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

TaskLifeCycleFault

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


TaskLifeCycleFault

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

Parameters:
s - the detail message.

TaskLifeCycleFault

public 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.

Parameters:
s - the detail message
cause - the exception that was raised while executing the life-cycle methods

TaskLifeCycleFault

public TaskLifeCycleFault(java.lang.Throwable cause)
Constructs a TaskLifeCycleFault with the exception cause that was raised while executing the life-cycle methods.

Parameters:
cause - the exception that was raised while executing the life-cycle methods

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.