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

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

public class KCBCheckedException
extends Exception

Base class for KCB checked exceptions

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

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

KCBCheckedException

public KCBCheckedException()
See Also:
Exception()

KCBCheckedException

public KCBCheckedException(String message,
                           Throwable cause)
See Also:
Exception(String, Throwable)

KCBCheckedException

public KCBCheckedException(String message)
See Also:
Exception(String)

KCBCheckedException

public KCBCheckedException(Throwable cause)
See Also:
Exception(Throwable)


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