liquibase.sdk.exception
Class UnexpectedLiquibaseSdkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by liquibase.sdk.exception.UnexpectedLiquibaseSdkException
All Implemented Interfaces:
Serializable

public class UnexpectedLiquibaseSdkException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnexpectedLiquibaseSdkException()
           
UnexpectedLiquibaseSdkException(String message)
           
UnexpectedLiquibaseSdkException(String message, Throwable cause)
           
UnexpectedLiquibaseSdkException(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

UnexpectedLiquibaseSdkException

public UnexpectedLiquibaseSdkException()

UnexpectedLiquibaseSdkException

public UnexpectedLiquibaseSdkException(String message)

UnexpectedLiquibaseSdkException

public UnexpectedLiquibaseSdkException(String message,
                                       Throwable cause)

UnexpectedLiquibaseSdkException

public UnexpectedLiquibaseSdkException(Throwable cause)


Copyright © 2016 Liquibase.org. All rights reserved.