com.googlecode.flyway.core.init
Class InitException

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.init.InitException
All Implemented Interfaces:
java.io.Serializable

public class InitException
extends FlywayException

Exception indicating that migration failed.

See Also:
Serialized Form

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

InitException

public InitException(java.lang.String message,
                     java.lang.Throwable cause)
Creates a new InitException with this error message and this cause.

Parameters:
message - The error message.
cause - The exception that caused this.

InitException

public InitException(java.lang.String message)
Creates a new InitException with this error message.

Parameters:
message - The error message.


Copyright © 2011. All Rights Reserved.