com.googlecode.flyway.core.util.jdbc
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.googlecode.flyway.core.exception.FlywayException
                  extended by com.googlecode.flyway.core.util.jdbc.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends FlywayException

Exception thrown when a failure caused a transaction rollback.

See Also:
Serialized Form

Constructor Summary
TransactionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new transaction exception with this message and this 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

TransactionException

public TransactionException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new transaction exception with this message and this cause.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012. All Rights Reserved.