Class PsyFileNotFoundException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("filenotfound") public class PsyFileNotFoundException extends PsyFileSystemErrorException
The representation of filenotfound error thrown when an attempt is made to access a file that does not exist.
See Also:
  • Constructor Details

    • PsyFileNotFoundException

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

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