Package org.conical.common.bbl.exception
Class BBLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.conical.common.bbl.exception.BBLRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BBLWebClientException
,ConfigurationRuntimeException
Lab's parent runtime exception. Generally thrown to wrap
declared exceptions and add case-specific messages when
they occur.
- Author:
- rdoherty
- See Also:
-
Constructor Summary
ConstructorDescriptionBBLRuntimeException
(Exception cause) BBLRuntimeException
(String msg, Exception 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
-
BBLRuntimeException
-
BBLRuntimeException
-
BBLRuntimeException
-