org.siebengeisslein.client
Class TransactionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.siebengeisslein.client.TransactionFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConstraintViolationException

public class TransactionFailedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
TransactionFailedException(java.lang.String msg)
           
TransactionFailedException(java.lang.String msg, java.lang.Exception cause)
           
TransactionFailedException(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

TransactionFailedException

public TransactionFailedException(java.lang.String msg)

TransactionFailedException

public TransactionFailedException(java.lang.Throwable cause)

TransactionFailedException

public TransactionFailedException(java.lang.String msg,
                                  java.lang.Exception cause)