|
||||||||||
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.neociclo.odetteftp.OdetteFtpException
public class OdetteFtpException
OdetteFTPException
is the top-level exception thrown by all
Odette-J classes.
Constructor Summary | |
---|---|
OdetteFtpException()
Constructor with no detail message. |
|
OdetteFtpException(String message)
Constructor with the specified detail message. |
|
OdetteFtpException(String message,
Throwable cause)
Constructor with the specified detail message and throwable cause. |
|
OdetteFtpException(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 |
---|
public OdetteFtpException()
public OdetteFtpException(String message)
message
- The detail message.public OdetteFtpException(String message, Throwable cause)
message
- The detail message.cause
- Throwable that generated this exception.public OdetteFtpException(Throwable cause)
cause
- Throwable that generated this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |