|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fossilec.odettej.OdetteFTPException
org.fossilec.odettej.transport.AddressException
public class AddressException
Exception thrown when a wrongly formatted address is encountered.
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 |
---|
public AddressException()
public AddressException(java.lang.String message)
message
- The detail message.public AddressException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- Throwable that generated this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |