|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception ca.idms.qcli.QcliException ca.idms.qcli.QcliIOException
public class QcliIOException
Thrown when an IOException is thrown by a Qcli implementation. The underlying IOException, which can be a PacketException, can be retrieved by getException.
Field Summary |
---|
Fields inherited from class ca.idms.qcli.QcliException |
---|
sqlstate |
Constructor Summary | |
---|---|
QcliIOException(java.io.EOFException e)
Constructs a new QcliIOException for a connection failure. |
|
QcliIOException(java.io.IOException e)
Constructs a new QcliIOException with the specified detail message. |
Method Summary | |
---|---|
java.io.IOException |
getException()
The original exception. |
Methods inherited from class ca.idms.qcli.QcliException |
---|
getDetailMessage |
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 QcliIOException(java.io.EOFException e)
e
- socket exceptionpublic QcliIOException(java.io.IOException e)
e
- IO exceptionMethod Detail |
---|
public java.io.IOException getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |