Class TableDataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.goobi.viewer.managedbeans.tabledata.TableDataSourceException
- All Implemented Interfaces:
Serializable
Thrown when a table data source encounters an error while loading or filtering data.
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TableDataSourceException instance.Creates a new TableDataSourceException instance.TableDataSourceException(String arg0, Throwable arg1) Creates a new TableDataSourceException instance.TableDataSourceException(String arg0, Throwable arg1, boolean arg2, boolean arg3) Creates a new TableDataSourceException instance.Creates a new TableDataSourceException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableDataSourceException
public TableDataSourceException()Creates a new TableDataSourceException instance. -
TableDataSourceException
Creates a new TableDataSourceException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exceptionarg2- whether suppression is enabledarg3- whether the stack trace is writable
-
TableDataSourceException
Creates a new TableDataSourceException instance.- Parameters:
arg0- human-readable error messagearg1- underlying cause of this exception
-
TableDataSourceException
Creates a new TableDataSourceException instance.- Parameters:
arg0- human-readable error message
-
TableDataSourceException
Creates a new TableDataSourceException instance.- Parameters:
arg0- underlying cause of this exception
-