Java Globus API: Class FTPException
org.globus.io.ftp
Class FTPException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.globus.io.ftp.FTPException
- All Implemented Interfaces:
- java.io.Serializable
- public class FTPException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Field Summary |
protected int |
_code
|
protected java.lang.String |
_msg
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_msg
protected java.lang.String _msg
_code
protected int _code
FTPException
public FTPException(java.lang.String message)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getCode
public int getCode()