Class GRpcRuntimeExceptionWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lognet.springboot.grpc.recovery.GRpcRuntimeExceptionWrapper
All Implemented Interfaces:
Serializable

public final class GRpcRuntimeExceptionWrapper extends RuntimeException
Runtime exception that allows to wrap the checked exception to be handled by GRpcExceptionHandler
See Also:
Serialized Form
  • Constructor Details

    • GRpcRuntimeExceptionWrapper

      public GRpcRuntimeExceptionWrapper(@NonNull Throwable cause, Object hint)
    • GRpcRuntimeExceptionWrapper

      public GRpcRuntimeExceptionWrapper(@NonNull Throwable cause)
  • Method Details