Class FileDatabaseInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.FileDatabaseInternalException
- All Implemented Interfaces:
Serializable
Class FileDatabaseInternalException
This class extends the Exception class and used to represent exceptions that caused by internal logic of the FileDatabase class.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionFileDatabaseInternalException(String message) FileDatabaseInternalException(String message, Throwable cause) protectedFileDatabaseInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileDatabaseInternalException
public FileDatabaseInternalException() -
FileDatabaseInternalException
-
FileDatabaseInternalException
-
FileDatabaseInternalException
-
FileDatabaseInternalException
-