-
- All Implemented Interfaces:
-
java.io.Serializable
public class DeeplinkInterceptorRuntimeException extends Exception
Wraps an exception that happened in a BatchDeeplinkInterceptor
Not meant to be exposed directly into the public api, but to be rethrown
No cause string is supported as it's pretty explicit
-
-
Field Summary
Fields Modifier and Type Field Description private RuntimeExceptionwrappedRuntimeException
-
Constructor Summary
Constructors Constructor Description DeeplinkInterceptorRuntimeException(RuntimeException cause)
-
Method Summary
Modifier and Type Method Description RuntimeExceptiongetWrappedRuntimeException()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DeeplinkInterceptorRuntimeException
DeeplinkInterceptorRuntimeException(RuntimeException cause)
-
-
Method Detail
-
getWrappedRuntimeException
RuntimeException getWrappedRuntimeException()
-
-
-
-