Package org.kuali.rice.kcb.api.exception
Class MessageDeliveryException
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.MessageDeliveryException
- All Implemented Interfaces:
Serializable
This class represents a delivery exception - when notifications are not properly delivered
to their target audiences.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a MessageDeliveryException instance.MessageDeliveryException(String message) Constructs a MessageDeliveryException instance.MessageDeliveryException(String message, Throwable cause) Constructs a MessageDeliveryException instance.Constructs a MessageDeliveryException 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
-
MessageDeliveryException
public MessageDeliveryException()Constructs a MessageDeliveryException instance. -
MessageDeliveryException
Constructs a MessageDeliveryException instance.- Parameters:
message-cause-
-
MessageDeliveryException
Constructs a MessageDeliveryException instance.- Parameters:
message-
-
MessageDeliveryException
Constructs a MessageDeliveryException instance.- Parameters:
cause-
-