Class FileIsSecurityRestrictedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
- All Implemented Interfaces:
Serializable
Exception if the file or directory is security restricted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new file is security restricted exception.FileIsSecurityRestrictedException
(String message) Instantiates a new file is security restricted exception.FileIsSecurityRestrictedException
(String message, Throwable cause) Instantiates a new file is security restricted exception.Instantiates a new file is security restricted exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileIsSecurityRestrictedException
public FileIsSecurityRestrictedException()Instantiates a new file is security restricted exception. -
FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.- Parameters:
message
- the message
-
FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.- Parameters:
message
- the messagecause
- the cause
-
FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.- Parameters:
cause
- the cause
-