Package org.brotli.dec
Class BrotliRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.brotli.dec.BrotliRuntimeException
- All Implemented Interfaces:
Serializable
Unchecked exception used internally.
-
Constructor Summary
ConstructorsConstructorDescriptionBrotliRuntimeException
(String message) BrotliRuntimeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BrotliRuntimeException
BrotliRuntimeException(String message) -
BrotliRuntimeException
-