Package org.nuxeo.lib.stream
Class StreamRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.lib.stream.StreamRuntimeException
-
- All Implemented Interfaces:
Serializable
public class StreamRuntimeException extends RuntimeException
- Since:
- 10.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamRuntimeException(String message, Throwable cause)
StreamRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-