com.lamatek.protobeans
Class FTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lamatek.protobeans.FTPException
All Implemented Interfaces:
java.io.Serializable

public class FTPException
extends java.lang.Exception

FTPException is an encapsulating extension of the java.lang.Exception class. It provides a uniform retrieval of all the possible exceptions during a typical FTP session.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          Public method to gain access to the private string message.
 
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
 

Method Detail

getMessage

public java.lang.String getMessage()
Public method to gain access to the private string message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The error message associated with this FTPException.