Class FHIRNotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.server.notification.FHIRNotificationException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRNotificationException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRNotificationException(java.lang.String message)
a notification exceptionFHIRNotificationException(java.lang.String message, java.lang.Throwable cause)
a notification exception with a throwable
-
-
-
Constructor Detail
-
FHIRNotificationException
public FHIRNotificationException(java.lang.String message)
a notification exception- Parameters:
message
-
-
FHIRNotificationException
public FHIRNotificationException(java.lang.String message, java.lang.Throwable cause)
a notification exception with a throwable- Parameters:
message
-cause
-
-
-