Package org.kuali.rice.kcb.api.exception
Class KCBCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.kcb.api.exception.KCBCheckedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageDeliveryProcessingException
Base class for KCB checked exceptions
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKCBCheckedException(String message) KCBCheckedException(String message, Throwable cause) KCBCheckedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KCBCheckedException
public KCBCheckedException()- See Also:
-
Exception()
-
KCBCheckedException
- See Also:
-
Exception(String, Throwable)
-
KCBCheckedException
- See Also:
-
Exception(String)
-
KCBCheckedException
- See Also:
-
Exception(Throwable)
-