|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.flyway.core.exception.FlywayException
public class FlywayException
Exception thrown when Flyway encounters a problem.
| Constructor Summary | |
|---|---|
FlywayException()
Creates a new FlywayException. |
|
FlywayException(java.lang.String message)
Creates a new FlywayException with this message. |
|
FlywayException(java.lang.String message,
java.lang.Throwable cause)
Creates a new FlywayException 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 |
|---|
public FlywayException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The exception cause.public FlywayException(java.lang.String message)
message - The exception message.public FlywayException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||