Class TableException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SchedulerException

    @PublicEvolving
    public class TableException
    extends RuntimeException
    General Exception for all errors during table handling.

    This exception indicates that an internal error occurred or that a feature is not supported yet. Usually, this exception does not indicate a fault of the user.

    See Also:
    Serialized Form
    • Constructor Detail

      • TableException

        public TableException​(String message,
                              Throwable cause)
      • TableException

        public TableException​(String message)