|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.globus.ftp.exception.FTPException
org.globus.ftp.exception.UnexpectedReplyCodeException
public class UnexpectedReplyCodeException
Indicates that the received reply had different code than it had been expected.
| Field Summary |
|---|
| Fields inherited from class org.globus.ftp.exception.FTPException |
|---|
cause, code, customMessage, UNSPECIFIED |
| Constructor Summary | |
|---|---|
UnexpectedReplyCodeException(int code,
java.lang.String msg,
Reply r)
|
|
UnexpectedReplyCodeException(Reply r)
|
|
| Method Summary | |
|---|---|
Reply |
getReply()
|
| Methods inherited from class org.globus.ftp.exception.FTPException |
|---|
getCode, getCodeExplanation, getCustomMessage, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setCode, setCustomMessage, setRootCause, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnexpectedReplyCodeException(int code,
java.lang.String msg,
Reply r)
public UnexpectedReplyCodeException(Reply r)
| Method Detail |
|---|
public Reply getReply()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||