org.skife.jdbi.v2.exceptions
Class TransactionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.skife.jdbi.v2.exceptions.DBIException
org.skife.jdbi.v2.exceptions.TransactionFailedException
- All Implemented Interfaces:
- Serializable
public class TransactionFailedException
- extends DBIException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionFailedException
public TransactionFailedException(String message)
TransactionFailedException
public TransactionFailedException(String string,
Throwable throwable)
TransactionFailedException
public TransactionFailedException(Throwable cause)
Copyright © 2011. All Rights Reserved.