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:
BufferTooSmallException
,IllegalFunctionInProjectionException
public class StreamBaseRuntimeException extends RuntimeException
The base class of all StreamBase runtime exceptions.- See Also:
StreamBaseException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamBaseRuntimeException(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 Detail
-
StreamBaseRuntimeException
public StreamBaseRuntimeException(String a_message)
Constructor- Parameters:
a_message
- Exception message
-
StreamBaseRuntimeException
public StreamBaseRuntimeException(String a_message, Throwable a_cause)
Constructor- Parameters:
a_message
- Exception messagea_cause
- Exception cause
-
StreamBaseRuntimeException
public StreamBaseRuntimeException(Throwable a_cause)
Constructor- Parameters:
a_cause
- Exception cause
-
-