|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
public class 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. |
Method Summary |
---|
Methods inherited from class gov.va.med.vistalink.adapter.cci.VistaLinkResourceException |
---|
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class javax.resource.ResourceException |
---|
getErrorCode, getLinkedException, setErrorCode, setLinkedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, 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
-
|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |