VistALink v1.5.0.026

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

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.ConnectionHandlesExceededException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable

public class ConnectionHandlesExceededException
extends VistaLinkResourceException

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

Version:
1.5.0.026
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.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

ConnectionHandlesExceededException

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

Parameters:
reason - Reason
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

ConnectionHandlesExceededException

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

Parameters:
e - Exception
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

ConnectionHandlesExceededException

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

Parameters:
reason - Reason
errorCode - Error Code
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

ConnectionHandlesExceededException

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

Parameters:
reason - Reason
errorCode - Error Code
e - Exception
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

ConnectionHandlesExceededException

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

Parameters:
reason - Reason
e - Exception
 
NOT FOR PUBLIC USE
This constructor, method or field is not for public use.

VistALink v1.5.0.026

VistALink v1.5.0.026