VistALink v1.6

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

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

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

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

VistALink v1.6