org.kuali.rice.kcb.api.exception
Class MessageDeliveryProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.kcb.api.exception.KCBCheckedException
              extended by org.kuali.rice.kcb.api.exception.MessageDeliveryProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MessageDeliveryException, MessageDismissalException

public class MessageDeliveryProcessingException
extends KCBCheckedException

Base exception for message delivery and dismissal

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

Constructor Summary
MessageDeliveryProcessingException()
           
MessageDeliveryProcessingException(String message)
           
MessageDeliveryProcessingException(String message, Throwable cause)
           
MessageDeliveryProcessingException(Throwable cause)
           
 
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

MessageDeliveryProcessingException

public MessageDeliveryProcessingException()

MessageDeliveryProcessingException

public MessageDeliveryProcessingException(String message,
                                          Throwable cause)

MessageDeliveryProcessingException

public MessageDeliveryProcessingException(String message)

MessageDeliveryProcessingException

public MessageDeliveryProcessingException(Throwable cause)


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