VistALink v1.6

gov.va.med.vistalink.adapter.heartbeat
Class HeartBeatFailedException

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.heartbeat.HeartBeatFailedException
All Implemented Interfaces:
FoundationsExceptionInterface, java.io.Serializable
Direct Known Subclasses:
HeartBeatInitializationFailedException

public class HeartBeatFailedException
extends VistaLinkResourceException

This exception class is used to notify the managed connection and its event listeners that a scheduled heart beat has failed.

See Also:
Serialized Form

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

HeartBeatFailedException

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

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

HeartBeatFailedException

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

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

HeartBeatFailedException

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

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

HeartBeatFailedException

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

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

HeartBeatFailedException

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

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