Class FileIsSecurityRestrictedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
All Implemented Interfaces:
Serializable

public class FileIsSecurityRestrictedException extends Exception
Exception if the file or directory is security restricted.
See Also:
  • Constructor Details

    • FileIsSecurityRestrictedException

      public FileIsSecurityRestrictedException()
      Instantiates a new file is security restricted exception.
    • FileIsSecurityRestrictedException

      public FileIsSecurityRestrictedException(String message)
      Instantiates a new file is security restricted exception.
      Parameters:
      message - the message
    • FileIsSecurityRestrictedException

      public FileIsSecurityRestrictedException(String message, Throwable cause)
      Instantiates a new file is security restricted exception.
      Parameters:
      message - the message
      cause - the cause
    • FileIsSecurityRestrictedException

      public FileIsSecurityRestrictedException(Throwable cause)
      Instantiates a new file is security restricted exception.
      Parameters:
      cause - the cause