|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ResourceException | +--gov.va.med.foundations.adapter.cci.VistaLinkResourceException | +--gov.va.med.foundations.adapter.spi.VistaLinkSocketClosedException
This exception class is thrown when an attempt is made to
access the VistaLinkManagedConnection's underlying
VistaSocketConnection after its has been closed or invalidated
Constructor Summary | |
VistaLinkSocketClosedException(java.lang.Exception e)
Constructor for VistaLinkSocketClosedException. |
|
VistaLinkSocketClosedException(java.lang.String reason)
Constructor for VistaLinkSocketClosedException. |
|
VistaLinkSocketClosedException(java.lang.String reason,
java.lang.Exception e)
Constructor for VistaLinkSocketClosedException. |
|
VistaLinkSocketClosedException(java.lang.String reason,
java.lang.String errorCode)
Constructor for VistaLinkSocketClosedException. |
|
VistaLinkSocketClosedException(java.lang.String reason,
java.lang.String errorCode,
java.lang.Exception e)
Constructor for VistaLinkSocketClosedException. |
Methods inherited from class gov.va.med.foundations.adapter.cci.VistaLinkResourceException |
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VistaLinkSocketClosedException(java.lang.String reason)
reason
- public VistaLinkSocketClosedException(java.lang.Exception e)
e
- public VistaLinkSocketClosedException(java.lang.String reason, java.lang.String errorCode)
reason
- errorCode
- public VistaLinkSocketClosedException(java.lang.String reason, java.lang.String errorCode, java.lang.Exception e)
reason
- errorCode
- e
- public VistaLinkSocketClosedException(java.lang.String reason, java.lang.Exception e)
reason
- e
-
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |