org.fossilec.odettej.transport
Class AddressException

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

public class AddressException
extends OdetteFTPException

Exception thrown when a wrongly formatted address is encountered.

Author:
Rafael Marins
See Also:
Serialized Form

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

AddressException

public AddressException()
Constructor with no detail message.


AddressException

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

Parameters:
message - The detail message.

AddressException

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

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


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.