org.skife.jdbi.v2.exceptions
Class TransactionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.skife.jdbi.v2.exceptions.DBIException
                  extended by org.skife.jdbi.v2.exceptions.TransactionFailedException
All Implemented Interfaces:
Serializable

public class TransactionFailedException
extends DBIException

See Also:
Serialized Form

Constructor Summary
TransactionFailedException(String message)
           
TransactionFailedException(String string, Throwable throwable)
           
TransactionFailedException(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(String message)

TransactionFailedException

public TransactionFailedException(String string,
                                  Throwable throwable)

TransactionFailedException

public TransactionFailedException(Throwable cause)


Copyright © 2011. All Rights Reserved.