org.fossilec.odettej.transport
Class NotConnectedException

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

public class NotConnectedException
extends OdetteFTPException

When any method that depends on the connection of the underlying transport is invoked and there isn't an established connection this exception is thrown.

Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
NotConnectedException()
          Constructor with not detail message.
NotConnectedException(java.lang.String message)
          Constructor with the specified detail message.
NotConnectedException(java.lang.String message, java.lang.Throwable cause)
          Constructor with the specified detail message and cause.
NotConnectedException(java.lang.Throwable cause)
          Constructor with the specified cause.
 
Method Summary
 
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

NotConnectedException

public NotConnectedException()
Constructor with not detail message.


NotConnectedException

public NotConnectedException(java.lang.String message)
Constructor with the specified detail message.

Parameters:
message - The detail message.

NotConnectedException

public NotConnectedException(java.lang.String message,
                             java.lang.Throwable cause)
Constructor with the specified detail message and cause.

Parameters:
message - The detail message.
cause - Throwable that generated this exception.

NotConnectedException

public NotConnectedException(java.lang.Throwable cause)
Constructor with the specified cause.

Parameters:
cause - Throwable that generated this exception.


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.