VLJ Iteration II, v. 1.0.0.193

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

java.lang.Object
  |
  +--ResourceException
        |
        +--gov.va.med.foundations.adapter.cci.VistaLinkResourceException
              |
              +--gov.va.med.foundations.adapter.spi.VistaLinkSocketClosedException
All Implemented Interfaces:
FoundationsExceptionInterface

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.0.0.193
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.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

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 -

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193