Package com.streambase.sb
Class StreamBaseRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.streambase.sb.StreamBaseRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalFunctionInProjectionException
The base class of all StreamBase runtime exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionStreamBaseRuntimeException
(String a_message) ConstructorStreamBaseRuntimeException
(String a_message, Throwable a_cause) ConstructorStreamBaseRuntimeException
(Throwable a_cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamBaseRuntimeException
Constructor- Parameters:
a_message
- Exception message
-
StreamBaseRuntimeException
Constructor- Parameters:
a_message
- Exception messagea_cause
- Exception cause
-
StreamBaseRuntimeException
Constructor- Parameters:
a_cause
- Exception cause
-