org.kuali.rice.ken.exception
Class NotificationMessageDelivererNotFoundException

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

public class NotificationMessageDelivererNotFoundException
extends Exception

This class represents a notification message deliverer not found exception - when a deliverer that is thought to be registered is not found in the registry.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

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

NotificationMessageDelivererNotFoundException

public NotificationMessageDelivererNotFoundException()
Constructs a NotificationMessageDeliveryException instance.


NotificationMessageDelivererNotFoundException

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

Parameters:
message -
cause -

NotificationMessageDelivererNotFoundException

public NotificationMessageDelivererNotFoundException(String message)
Constructs a NotificationMessageDelivererNotFoundException instance.

Parameters:
message -

NotificationMessageDelivererNotFoundException

public NotificationMessageDelivererNotFoundException(Throwable cause)
Constructs a NotificationMessageDelivererNotFoundException instance.

Parameters:
cause -


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.