Package com.batch.android
Class DeeplinkInterceptorRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.batch.android.DeeplinkInterceptorRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeeplinkInterceptorRuntimeException extends java.lang.ExceptionWraps an exception that happened in aBatchDeeplinkInterceptorNot meant to be exposed directly into the public api, but to be rethrown
No cause string is supported as it's pretty explicit
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeeplinkInterceptorRuntimeException(java.lang.RuntimeException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.RuntimeExceptiongetWrappedRuntimeException()
-