org.jboss.txbridge.ba.exception
Class CompensationActionUnsuccessfulException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.txbridge.ba.exception.CompensationActionUnsuccessfulException
All Implemented Interfaces:
java.io.Serializable

public class CompensationActionUnsuccessfulException
extends java.lang.Exception

This exception is thrown if there was an error with executing a single compensation action. It is an internal exception and is not passed back to the client of the Business Activity.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)
See Also:
Serialized Form

Constructor Summary
CompensationActionUnsuccessfulException()
           
CompensationActionUnsuccessfulException(java.lang.String message)
           
CompensationActionUnsuccessfulException(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

CompensationActionUnsuccessfulException

public CompensationActionUnsuccessfulException()

CompensationActionUnsuccessfulException

public CompensationActionUnsuccessfulException(java.lang.String message)

CompensationActionUnsuccessfulException

public CompensationActionUnsuccessfulException(java.lang.Throwable cause)