Class InvalidTablesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.scheduler.client.commons.exceptions.InvalidTablesException
All Implemented Interfaces:
Serializable

public class InvalidTablesException extends Exception
Exception returned when trying to modify the database to store the metadata and the new one does not include the necessary tables.
Since:
6.0
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • InvalidTablesException

      public InvalidTablesException(String message)
      Creates an JobsSchedulerException with the specified detail message.
      Parameters:
      message - the detail message.
    • InvalidTablesException

      public InvalidTablesException(Exception encException)
      Creates an JobsSchedulerException with the specified encapsulated exception.
      Parameters:
      encException - the encapsulated exception.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the detail message string of the exception. If null the message of the encapsulated exception is returned.
      Overrides:
      getMessage in class Throwable
      Returns:
      the detail message string of the encapsulated exception (which may be null).
    • getEncapsulatedException

      public Exception getEncapsulatedException()
      Returns the encapsulated exception.
      Returns:
      the encapsulated exception.