Class PsyIOErrorException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable
Direct Known Subclasses:
PsyFileSystemErrorException

@ErrorType("ioerror") public class PsyIOErrorException extends PsyErrorException
The representation of the ioerror error thrown when I/O exception of some sort has occurred.
See Also:
  • Constructor Details

    • PsyIOErrorException

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

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