Package org.kuali.rice.ken.exception
Class NotificationAutoRemoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.ken.exception.NotificationAutoRemoveException
- All Implemented Interfaces:
Serializable
This class represents an auto-remove exception - when notifications are not properly removed
from their target audiences.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a NotificationAutoRemoveException instance.NotificationAutoRemoveException(String message) Constructs a NotificationAutoRemoveException instance.NotificationAutoRemoveException(String message, Throwable cause) Constructs a NotificationAutoRemoveException instance.Constructs a NotificationAutoRemoveException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotificationAutoRemoveException
public NotificationAutoRemoveException()Constructs a NotificationAutoRemoveException instance. -
NotificationAutoRemoveException
Constructs a NotificationAutoRemoveException instance.- Parameters:
message-cause-
-
NotificationAutoRemoveException
Constructs a NotificationAutoRemoveException instance.- Parameters:
message-
-
NotificationAutoRemoveException
Constructs a NotificationAutoRemoveException instance.- Parameters:
cause-
-