Class DeeplinkInterceptorRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeeplinkInterceptorRuntimeException
    extends java.lang.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

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.RuntimeException getWrappedRuntimeException()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeeplinkInterceptorRuntimeException

        public DeeplinkInterceptorRuntimeException​(java.lang.RuntimeException cause)
    • Method Detail

      • getWrappedRuntimeException

        public java.lang.RuntimeException getWrappedRuntimeException()