VLJ Iteration II, v. 1.0.0.193

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

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

public class ConnectionHandlesExceededException
extends VistaLinkResourceException

This exception class is thrown when a VistaLinkManagedConnection
object has exceeded its maximum allowable connection handles

Version:
1.0.0.193
Author:
Application Modernization - Foundations Team
See Also:
Serialized Form

Constructor Summary
ConnectionHandlesExceededException(java.lang.Exception e)
          Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(java.lang.String reason)
          Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(java.lang.String reason, java.lang.Exception e)
          Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(java.lang.String reason, java.lang.String errorCode)
          Constructor for ConnectionHandlesExceededException.
ConnectionHandlesExceededException(java.lang.String reason, java.lang.String errorCode, java.lang.Exception e)
          Constructor for ConnectionHandlesExceededException.
 
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

ConnectionHandlesExceededException

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

Parameters:
reason -

ConnectionHandlesExceededException

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

Parameters:
e -

ConnectionHandlesExceededException

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

Parameters:
reason -
errorCode -

ConnectionHandlesExceededException

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

Parameters:
reason -
errorCode -
e -

ConnectionHandlesExceededException

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

Parameters:
reason -
e -

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193