Class 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 exception
      FHIRNotificationException​(java.lang.String message, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 -