Class 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.

See Also:
  • Constructor Details

    • SetupException

      public SetupException(String message, Throwable cause)
    • SetupException

      public SetupException(String message)
    • SetupException

      public SetupException(Throwable cause)