akka.transactor
Class CoordinatedTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.transactor.CoordinatedTransactionException
All Implemented Interfaces:
java.io.Serializable

public class CoordinatedTransactionException
extends AkkaException

Akka-specific exception for coordinated transactions.

See Also:
Serialized Form

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

CoordinatedTransactionException

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

CoordinatedTransactionException

public CoordinatedTransactionException(java.lang.String msg)