Class FileDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bencodez.advancedcore.api.exceptions.FileDirectoryException
- All Implemented Interfaces:
Serializable
Exception for file directory errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for FileDirectoryException.FileDirectoryException(String message) Constructor for FileDirectoryException with message.FileDirectoryException(String message, Throwable cause) Constructor for FileDirectoryException with message and cause.FileDirectoryException(Throwable cause) Constructor for FileDirectoryException with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileDirectoryException
public FileDirectoryException()Constructor for FileDirectoryException. -
FileDirectoryException
Constructor for FileDirectoryException with message.- Parameters:
message- the error message
-
FileDirectoryException
Constructor for FileDirectoryException with message and cause.- Parameters:
message- the error messagecause- the cause
-
FileDirectoryException
Constructor for FileDirectoryException with cause.- Parameters:
cause- the cause
-