Class PsyFileAccessDeniedException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("fileaccessdenied") public class PsyFileAccessDeniedException extends PsyFileSystemErrorException
The representation of the ioerror error thrown when a file system operation is denied, typically due to a file permission or other access check.
See Also:
  • Constructor Details

    • PsyFileAccessDeniedException

      public PsyFileAccessDeniedException()
      Constructs a new exception object with null as its detail message.
    • PsyFileAccessDeniedException

      public PsyFileAccessDeniedException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.