Class FileDatabaseInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.FileDatabaseInternalException
All Implemented Interfaces:
Serializable

public class FileDatabaseInternalException extends Exception

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 Details

    • FileDatabaseInternalException

      public FileDatabaseInternalException()
    • FileDatabaseInternalException

      public FileDatabaseInternalException(String message)
    • FileDatabaseInternalException

      public FileDatabaseInternalException(String message, Throwable cause)
    • FileDatabaseInternalException

      public FileDatabaseInternalException(Throwable cause)
    • FileDatabaseInternalException

      protected FileDatabaseInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)