liquibase.snapshot
Class InvalidExampleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by 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

Constructor Summary
InvalidExampleException()
           
InvalidExampleException(String message)
           
InvalidExampleException(String message, Throwable cause)
           
InvalidExampleException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.