Class TableDataSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.goobi.viewer.managedbeans.tabledata.TableDataSourceException
All Implemented Interfaces:
Serializable

public class TableDataSourceException extends RuntimeException
Thrown when a table data source encounters an error while loading or filtering data.
Author:
Florian Alpers
See Also:
  • Constructor Details

    • TableDataSourceException

      public TableDataSourceException()
      Creates a new TableDataSourceException instance.
    • TableDataSourceException

      public TableDataSourceException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Creates a new TableDataSourceException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
      arg2 - whether suppression is enabled
      arg3 - whether the stack trace is writable
    • TableDataSourceException

      public TableDataSourceException(String arg0, Throwable arg1)
      Creates a new TableDataSourceException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
    • TableDataSourceException

      public TableDataSourceException(String arg0)
      Creates a new TableDataSourceException instance.
      Parameters:
      arg0 - human-readable error message
    • TableDataSourceException

      public TableDataSourceException(Throwable arg0)
      Creates a new TableDataSourceException instance.
      Parameters:
      arg0 - underlying cause of this exception