public class StreamBaseRuntimeException extends RuntimeException
StreamBaseException
,
Serialized FormConstructor and Description |
---|
StreamBaseRuntimeException(String a_message)
Constructor
|
StreamBaseRuntimeException(String a_message,
Throwable a_cause)
Constructor
|
StreamBaseRuntimeException(Throwable a_cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamBaseRuntimeException(String a_message)
a_message
- Exception messagepublic StreamBaseRuntimeException(String a_message, Throwable a_cause)
a_message
- Exception messagea_cause
- Exception causepublic StreamBaseRuntimeException(Throwable a_cause)
a_cause
- Exception causeCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.