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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpNotificationException(org.springframework.http.HttpStatus status, org.apache.streampipes.model.message.Notification notification) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.streampipes.model.message.Notificationorg.springframework.http.HttpStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-