org.kuali.rice.ken.exception
Class NotificationMessageDeliveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.ken.exception.NotificationMessageDeliveryException
All Implemented Interfaces:
Serializable

public class NotificationMessageDeliveryException
extends Exception

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:
Serialized Form

Constructor Summary
NotificationMessageDeliveryException()
          Constructs a NotificationMessageDeliveryException instance.
NotificationMessageDeliveryException(String message)
          Constructs a NotificationMessageDeliveryException instance.
NotificationMessageDeliveryException(String message, Throwable cause)
          Constructs a NotificationMessageDeliveryException instance.
NotificationMessageDeliveryException(Throwable cause)
          Constructs a NotificationMessageDeliveryException 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

NotificationMessageDeliveryException

public NotificationMessageDeliveryException()
Constructs a NotificationMessageDeliveryException instance.


NotificationMessageDeliveryException

public NotificationMessageDeliveryException(String message,
                                            Throwable cause)
Constructs a NotificationMessageDeliveryException instance.

Parameters:
message -
cause -

NotificationMessageDeliveryException

public NotificationMessageDeliveryException(String message)
Constructs a NotificationMessageDeliveryException instance.

Parameters:
message -

NotificationMessageDeliveryException

public NotificationMessageDeliveryException(Throwable cause)
Constructs a NotificationMessageDeliveryException instance.

Parameters:
cause -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.