Class TableDumpException

  • All Implemented Interfaces:
    Serializable

    public class TableDumpException
    extends Exception

    This exception is thrown by a PersistingResourceMBean if a resource table dump cannot be obtained due to problems such as database connectivity issues.

    Since:
    Rhino 3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • TableDumpException

        public TableDumpException​(String message)

        Create a TableDumpException with a detail message and cause.

        Parameters:
        message - the detail message.
      • TableDumpException

        public TableDumpException​(String message,
                                  Throwable cause)

        Create a TableDumpException with a detail message.

        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.