Class PsyNotLinkException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("notlink") public class PsyNotLinkException extends PsyFileSystemErrorException
The representation of notlink error thrown when a file system operation, intended for a symlink, fails because the file is not a symlink.
See Also:
  • Constructor Details

    • PsyNotLinkException

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

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