Class CannotCreateFileException

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

public class CannotCreateFileException extends Exception

Class CannotCreateFileException

This class extends Exception class and used when a file could not be created
See Also:
  • Constructor Details

    • CannotCreateFileException

      public CannotCreateFileException()
    • CannotCreateFileException

      public CannotCreateFileException(String message)
    • CannotCreateFileException

      public CannotCreateFileException(String message, Throwable cause)
    • CannotCreateFileException

      public CannotCreateFileException(Throwable cause)
    • CannotCreateFileException

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