|
||||||||||
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 java.io.IOException ca.idms.dsi.DsiException
public class DsiException
A DsiException is thrown when a DSI error occurs on a request to the server, either in the client, the Java ProxyServer, or the native IDMSJSRV implementation. These errors are distinct from protocol or socket errors and may or may not be recoverable. The connectionError field indicates if the connection can still be used.
PacketError
,
Serialized FormField Summary | |
---|---|
boolean |
connectionError
Connection state, true if the connection has failed. |
Constructor Summary | |
---|---|
DsiException()
Creates a DsiException with no message. |
|
DsiException(java.lang.String s)
Creates a DsiException with a message. |
|
DsiException(java.lang.String s,
boolean e)
Creates a DsiException with a message and connection state. |
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 |
Field Detail |
---|
public boolean connectionError
Constructor Detail |
---|
public DsiException()
public DsiException(java.lang.String s)
s
- message.public DsiException(java.lang.String s, boolean e)
s
- message.e
- true if a connection error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |