FTPException (Java Globus API)

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
           
 
Constructor Summary
FTPException(java.lang.String message)
           
 
Method Summary
 int getCode()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_msg

protected java.lang.String _msg

_code

protected int _code
Constructor Detail

FTPException

public FTPException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getCode

public int getCode()