liquibase.exception
Class SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.SetupException
- All Implemented Interfaces:
- Serializable
public class SetupException
- extends LiquibaseException
If there is an error with setting up a Change this Exception
will be thrown.
A message must always be provided, if none is then the message
from the cause exception will be used.
- Author:
- Paul Keeble
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SetupException
public SetupException(String message,
Throwable cause)
SetupException
public SetupException(String message)
SetupException
public SetupException(Throwable cause)
Copyright © 2016 Liquibase.org. All rights reserved.