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

public class BBLRuntimeException extends RuntimeException
Lab's parent runtime exception. Generally thrown to wrap declared exceptions and add case-specific messages when they occur.
Author:
rdoherty
See Also:
  • Constructor Details

    • BBLRuntimeException

      public BBLRuntimeException(Exception cause)
    • BBLRuntimeException

      public BBLRuntimeException(String msg, Exception cause)
    • BBLRuntimeException

      public BBLRuntimeException(String msg)