Class FileIsDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.common.sftp.FileIsDirectoryException
All Implemented Interfaces:
Serializable

public class FileIsDirectoryException extends IOException
Thrown when an operation that requires an ordinary file is presented with a directory.
Author:
Brett Smith
See Also:
  • Constructor Details

    • FileIsDirectoryException

      public FileIsDirectoryException()
      Constructs the exception.
    • FileIsDirectoryException

      public FileIsDirectoryException(String msg)
      Constructs the exception.
      Parameters:
      msg - String