it.sauronsoftware.ftp4j
Class FTPIllegalReplyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byit.sauronsoftware.ftp4j.FTPIllegalReplyException
All Implemented Interfaces:
java.io.Serializable

public class FTPIllegalReplyException
extends java.lang.Exception

Exception thrown every time the remote FTP server replies to the client in an unexpected way, breaking the rules of the FTP protocol.

Author:
Carlo Pelliccia
See Also:
Serialized Form

Constructor Summary
FTPIllegalReplyException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTPIllegalReplyException

public FTPIllegalReplyException()