Class PsyFileExistsException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("fileexists") public class PsyFileExistsException extends PsyFileSystemErrorException
The representation of fileexists error thrown when an attempt is made to create a file or directory and a file of that name already exists.
See Also:
  • Constructor Details

    • PsyFileExistsException

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

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