Class CannotCreateFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.CannotCreateFileException
- All Implemented Interfaces:
Serializable
Class CannotCreateFileException
This class extends Exception class and used when a file could not be created- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCannotCreateFileException(String message) CannotCreateFileException(String message, Throwable cause) protectedCannotCreateFileException(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
-
CannotCreateFileException
public CannotCreateFileException() -
CannotCreateFileException
-
CannotCreateFileException
-
CannotCreateFileException
-
CannotCreateFileException
-