org.fossilec.odettej
Class FileTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fossilec.odettej.OdetteFTPException
              extended by org.fossilec.odettej.FileTransferException
All Implemented Interfaces:
java.io.Serializable

public class FileTransferException
extends OdetteFTPException

See Also:
Serialized Form

Constructor Summary
FileTransferException(AnswerReason reason)
           
FileTransferException(AnswerReason reason, java.lang.String message)
           
 
Method Summary
 AnswerReason getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTransferException

public FileTransferException(AnswerReason reason)

FileTransferException

public FileTransferException(AnswerReason reason,
                             java.lang.String message)
Method Detail

getReason

public AnswerReason getReason()


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.