org.fossilec.odettej.transport
Class ConnectionException

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.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends OdetteFTPException

The exception thrown when a network connection error occur.

Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
ConnectionException()
          Constructor with no detail message.
ConnectionException(java.lang.String message)
          Constructor with the specified detail message.
ConnectionException(java.lang.String message, java.lang.Throwable cause)
          Constructor with the specified detail message and cause of the exception.
ConnectionException(java.lang.Throwable cause)
          Constructor with the specified cause of the exception.
 
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

ConnectionException

public ConnectionException()
Constructor with no detail message.


ConnectionException

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

Parameters:
message - The detail message.

ConnectionException

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

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

ConnectionException

public ConnectionException(java.lang.Throwable cause)
Constructor with the specified cause of the exception.

Parameters:
cause - Throwable that generated this exception.


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.