it.sauronsoftware.ftp4j
Class FTPIllegalReplyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.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()
           
 
Method Summary
 
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()