Class PsyDirectoryNotEmptyException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("directorynotempty") public class PsyDirectoryNotEmptyException extends PsyFileSystemErrorException
See Also:
  • Constructor Details

    • PsyDirectoryNotEmptyException

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

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