org.kuali.rice.kcb.api.exception
Class KCBCheckedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.kuali.rice.kcb.api.exception.KCBCheckedException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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-2012 The Kuali Foundation. All Rights Reserved.