Class FileIsSecurityRestrictedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileIsSecurityRestrictedException extends java.lang.Exception
Exception if the file or directory is security restricted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileIsSecurityRestrictedException()
Instantiates a new file is security restricted exception.FileIsSecurityRestrictedException(java.lang.String message)
Instantiates a new file is security restricted exception.FileIsSecurityRestrictedException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new file is security restricted exception.FileIsSecurityRestrictedException(java.lang.Throwable cause)
Instantiates a new file is security restricted exception.
-
-
-
Constructor Detail
-
FileIsSecurityRestrictedException
public FileIsSecurityRestrictedException()
Instantiates a new file is security restricted exception.
-
FileIsSecurityRestrictedException
public FileIsSecurityRestrictedException(java.lang.String message)
Instantiates a new file is security restricted exception.- Parameters:
message
- the message
-
FileIsSecurityRestrictedException
public FileIsSecurityRestrictedException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new file is security restricted exception.- Parameters:
message
- the messagecause
- the cause
-
FileIsSecurityRestrictedException
public FileIsSecurityRestrictedException(java.lang.Throwable cause)
Instantiates a new file is security restricted exception.- Parameters:
cause
- the cause
-
-