org.kuali.rice.ken.exception
Class NotificationAutoRemoveException

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

public class NotificationAutoRemoveException
extends Exception

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

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

NotificationAutoRemoveException

public NotificationAutoRemoveException()
Constructs a NotificationAutoRemoveException instance.


NotificationAutoRemoveException

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

Parameters:
message -
cause -

NotificationAutoRemoveException

public NotificationAutoRemoveException(String message)
Constructs a NotificationAutoRemoveException instance.

Parameters:
message -

NotificationAutoRemoveException

public NotificationAutoRemoveException(Throwable cause)
Constructs a NotificationAutoRemoveException instance.

Parameters:
cause -


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