Package liquibase.snapshot
Class InvalidExampleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.snapshot.InvalidExampleException
- All Implemented Interfaces:
Serializable
Thrown if a descriptive example is not specific enough to perform a snapshot.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidExampleException
(String message) InvalidExampleException
(String message, Throwable cause) InvalidExampleException
(Throwable cause) -
Method Summary
Methods inherited from class liquibase.exception.LiquibaseException
getDetails, getLogLevel, getTimestamp, setDetails, setTimestamp
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidExampleException
public InvalidExampleException() -
InvalidExampleException
-
InvalidExampleException
-
InvalidExampleException
-