UnexpectedReplyCodeException (Java Globus API)
org.globus.ftp.exception
Class UnexpectedReplyCodeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.globus.ftp.exception.FTPException
|
+--org.globus.ftp.exception.UnexpectedReplyCodeException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnexpectedReplyCodeException
- extends FTPException
Indicates that the received reply had different code than
it had been expected.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnexpectedReplyCodeException
public UnexpectedReplyCodeException(int code,
java.lang.String msg,
Reply r)
UnexpectedReplyCodeException
public UnexpectedReplyCodeException(Reply r)
getReply
public Reply getReply()
toString
public java.lang.String toString()
- Overrides:
toString in class FTPException