Package com.ibm.fhir.server.notification
Class FHIRNotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.fhir.server.notification.FHIRNotificationException
-
- All Implemented Interfaces:
Serializable
public class FHIRNotificationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRNotificationException(String message)
a notification exceptionFHIRNotificationException(String message, Throwable cause)
a notification exception with a throwable
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FHIRNotificationException
public FHIRNotificationException(String message)
a notification exception- Parameters:
message
-
-
-