org.neociclo.odetteftp.protocol
Class EndSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neociclo.odetteftp.OdetteFtpException
              extended by org.neociclo.odetteftp.protocol.EndSessionException
All Implemented Interfaces:
Serializable

public class EndSessionException
extends OdetteFtpException

Since:
OdetteJ API 1.0
Version:
$Rev: 122 $ $Date: 2009-07-22 08:20:41 -0300 (Wed, 22 Jul 2009) $
Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
EndSessionException(EndSessionReason reason)
           
EndSessionException(EndSessionReason reason, String message)
           
 
Method Summary
 EndSessionReason 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

EndSessionException

public EndSessionException(EndSessionReason reason)

EndSessionException

public EndSessionException(EndSessionReason reason,
                           String message)
Parameters:
message -
Method Detail

getReason

public EndSessionReason getReason()


ACCORD