VistALink v1.6

gov.va.med.vistalink.adapter.spi
Class VistaLinkSocketClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
                  extended by gov.va.med.vistalink.adapter.spi.VistaLinkSocketClosedException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public class VistaLinkSocketClosedException
extends VistaLinkResourceException

This exception class is thrown when an attempt is made to access the VistaLinkManagedConnection's underlying VistaSocketConnection after its has been closed or invalidated.

See Also:
Serialized Form

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

VistaLinkSocketClosedException

public VistaLinkSocketClosedException(java.lang.String reason)
Constructor for VistaLinkSocketClosedException.

Parameters:
reason -

VistaLinkSocketClosedException

public VistaLinkSocketClosedException(java.lang.Exception e)
Constructor for VistaLinkSocketClosedException.

Parameters:
e -

VistaLinkSocketClosedException

public VistaLinkSocketClosedException(java.lang.String reason,
                                      java.lang.String errorCode)
Constructor for VistaLinkSocketClosedException.

Parameters:
reason -
errorCode -

VistaLinkSocketClosedException

public VistaLinkSocketClosedException(java.lang.String reason,
                                      java.lang.String errorCode,
                                      java.lang.Exception e)
Constructor for VistaLinkSocketClosedException.

Parameters:
reason -
errorCode -
e -

VistaLinkSocketClosedException

public VistaLinkSocketClosedException(java.lang.String reason,
                                      java.lang.Exception e)
Constructor for VistaLinkSocketClosedException.

Parameters:
reason -
e -

VistALink v1.6

VistALink v1.6