Class CommandExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandValidationException

public class CommandExecutionException extends LiquibaseException
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(Throwable cause)
    • CommandExecutionException

      public CommandExecutionException(String message)
    • CommandExecutionException

      public CommandExecutionException(String message, Throwable cause)