gov.va.med.vistalink.adapter.heartbeat
Class HeartBeatFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
gov.va.med.vistalink.adapter.cci.VistaLinkResourceException
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
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 |
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
- ReasonerrorCode
- 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
- ReasonerrorCode
- Error Codee
- 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
- Reasone
- Exception-
NOT FOR PUBLIC USE This constructor, method or field is not for public use. |
VistALink v1.6