|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.myjavaworld.ftp.ConnectionException
public class ConnectionException
A General exception class to indicate connection failures. All classes in this package must throw this exception as a replacement for SocketException and IOException when reading data from or writing data to the remote host.
| Constructor Summary | |
|---|---|
ConnectionException()
Constructs a ConnectionException object with no detailed
message. |
|
ConnectionException(java.lang.String message)
Constructs a ConnectionException object with the specified
detailed 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 ConnectionException()
ConnectionException object with no detailed
message.
public ConnectionException(java.lang.String message)
ConnectionException object with the specified
detailed message.
message - reason string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||