|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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:
- Serializable
- public class UnexpectedReplyCodeException
- extends FTPException
Indicates that the received reply had different code than it had been expected.
- See Also:
- Serialized Form
| Fields inherited from class org.globus.ftp.exception.FTPException |
cause, code, customMessage, UNSPECIFIED |
| Constructor Summary | |
UnexpectedReplyCodeException(int code,
String msg,
Reply r)
|
|
UnexpectedReplyCodeException(Reply r)
|
|
| Method Summary | |
Reply |
getReply()
|
String |
toString()
|
| Methods inherited from class org.globus.ftp.exception.FTPException |
getCode, getCodeExplanation, getCustomMessage, getMessage, getRootCause, printStackTrace, setCode, setCustomMessage, setRootCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
UnexpectedReplyCodeException
public UnexpectedReplyCodeException(int code,
String msg,
Reply r)
UnexpectedReplyCodeException
public UnexpectedReplyCodeException(Reply r)
| Method Detail |
getReply
public Reply getReply()
toString
public String toString()
- Overrides:
toStringin classFTPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||