|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.kuali.rice.kcb.api.exception.KCBCheckedException org.kuali.rice.kcb.api.exception.MessageDeliveryProcessingException org.kuali.rice.kcb.api.exception.MessageDismissalException
public class MessageDismissalException
This class represents a dismissal exception - when notifications are not properly dismissed by a deliverer
Constructor Summary | |
---|---|
MessageDismissalException()
Constructs a NotificationMessageDismissalException instance. |
|
MessageDismissalException(String message)
Constructs a NotificationMessageDismissalException instance. |
|
MessageDismissalException(String message,
Throwable cause)
Constructs a NotificationMessageDismissalException instance. |
|
MessageDismissalException(Throwable cause)
Constructs a NotificationMessageDismissalException instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageDismissalException()
public MessageDismissalException(String message, Throwable cause)
message
- cause
- public MessageDismissalException(String message)
message
- public MessageDismissalException(Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |