Class SpNotificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.streampipes.rest.shared.exception.SpNotificationException
All Implemented Interfaces:
Serializable

public class SpNotificationException extends RuntimeException
See Also:
  • Constructor Details

    • SpNotificationException

      public SpNotificationException(org.springframework.http.HttpStatus status, org.apache.streampipes.model.message.Notification notification)
  • Method Details

    • getNotification

      public org.apache.streampipes.model.message.Notification getNotification()
    • getStatus

      public org.springframework.http.HttpStatus getStatus()