liquibase.snapshot
Class InvalidExampleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.snapshot.InvalidExampleException
- All Implemented Interfaces:
- Serializable
public class InvalidExampleException
- extends LiquibaseException
Thrown if a descriptive example is not specific enough to perform a snapshot.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidExampleException
public InvalidExampleException()
InvalidExampleException
public InvalidExampleException(String message)
InvalidExampleException
public InvalidExampleException(String message,
Throwable cause)
InvalidExampleException
public InvalidExampleException(Throwable cause)
Copyright © 2015 Liquibase.org. All rights reserved.