VistALink v1.5.0.026

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended bygov.va.med.vistalink.adapter.cci.VistaLinkResourceException
                  extended bygov.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.

Version:
1.5.0.026
Author:
Application Modernization - Foundations Team
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.
 
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, 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.5.0.026

VistALink v1.5.0.026