public class UnexpectedLiquibaseException extends RuntimeException
| Constructor and Description |
|---|
UnexpectedLiquibaseException(String message)
Constructs a new
UnexpectedLiquibaseException with the given message |
UnexpectedLiquibaseException(String message,
Throwable cause)
Constructs a new
UnexpectedLiquibaseException with the given message
and adds information about the Throwable cause of the problem. |
UnexpectedLiquibaseException(Throwable cause)
Constructs a new
UnexpectedLiquibaseException from a
Throwable event. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedLiquibaseException(String message)
UnexpectedLiquibaseException with the given messagemessage - a message describing what should never have happenedpublic UnexpectedLiquibaseException(String message, Throwable cause)
UnexpectedLiquibaseException with the given message
and adds information about the Throwable cause of the problem.message - a message describing what should never have happenedcause - The Throwable event that should never have happenedpublic UnexpectedLiquibaseException(Throwable cause)
UnexpectedLiquibaseException from a
Throwable event.cause - The Throwable event that should never have happenedCopyright © 2019 Liquibase.org. All rights reserved.