IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wsba
Class CompensationHandlerFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wsba.CompensationHandlerFailedException
All Implemented Interfaces:
java.io.Serializable

public class CompensationHandlerFailedException
extends java.lang.Exception

This exception may be thrown by CompensationHandler methods when an unrecoverable error is encountered.

See Also:
Serialized Form

Constructor Summary
CompensationHandlerFailedException()
           
CompensationHandlerFailedException(java.lang.String message)
           
CompensationHandlerFailedException(java.lang.String message, java.lang.Throwable cause)
           
CompensationHandlerFailedException(java.lang.Throwable cause)
           
 
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

CompensationHandlerFailedException

public CompensationHandlerFailedException()

CompensationHandlerFailedException

public CompensationHandlerFailedException(java.lang.String message)

CompensationHandlerFailedException

public CompensationHandlerFailedException(java.lang.String message,
                                          java.lang.Throwable cause)

CompensationHandlerFailedException

public CompensationHandlerFailedException(java.lang.Throwable cause)

IBM WebSphere Application ServerTM
Release 7