Class PsyFileSystemErrorException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable
Direct Known Subclasses:
PsyDirectoryNotEmptyException, PsyFileAccessDeniedException, PsyFileExistsException, PsyFileNotFoundException, PsyNotDirectoryException, PsyNotLinkException

@ErrorType("filesystemerror") public class PsyFileSystemErrorException extends PsyIOErrorException
See Also:
  • Constructor Details

    • PsyFileSystemErrorException

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

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