JavaScript is disabled on your browser.
gnu.inet.ftp

Class FTPException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FTPException
    extends java.io.IOException
    An FTP control exception.
    See Also:
    Serialized Form
    • Field Summary

      Fields
      Modifier and Type Field and Description
      protected FTPResponse response
      The response that provoked this exception.
    • Constructor Summary

      Constructors
      Constructor and Description
      FTPException (FTPResponse response)
      Constructs a new FTP exception.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      FTPResponse getResponse ()
      Returns the response that provoked this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • response

        protected final FTPResponse response
        The response that provoked this exception.
    • Constructor Detail

      • FTPException

        public FTPException(FTPResponse response)
        Constructs a new FTP exception.
        Parameters:
        response - the response that provoked this exception
    • Method Detail

      • getResponse

        public FTPResponse getResponse()
        Returns the response that provoked this exception.

AltStyle によって変換されたページ (->オリジナル) /