Class CommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.command.CommandExecutionException
All Implemented Interfaces:
Serializable

public class CommandExecutionException extends Exception
Deprecated.
Used by the old LiquibaseCommand style of command setup.
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(Throwable cause)
      Deprecated.