|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.enterprisedt.net.ftp.ControlChannelIOException
public class ControlChannelIOException
IOException that appears on the control channel
Constructor Summary | |
---|---|
ControlChannelIOException()
Constructs an ControlChannelIOException with null
as its error detail message. |
|
ControlChannelIOException(java.lang.String message)
Constructs an ControlChannelIOException 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 ControlChannelIOException()
ControlChannelIOException
with null
as its error detail message.
public ControlChannelIOException(java.lang.String message)
ControlChannelIOException
with the specified detail message.
message
- The detail message (which is saved for later retrieval
by the Throwable.getMessage()
method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |