VistALink v1.5.0.026

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

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

Version:
1.5.0.026
Author:
Application Modernization - Foundations Team
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.
 
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

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

VistALink v1.5.0.026