Class GRpcRuntimeExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lognet.springboot.grpc.recovery.GRpcRuntimeExceptionWrapper
- All Implemented Interfaces:
Serializable
Runtime exception that allows to wrap the checked exception to be handled by
GRpcExceptionHandler- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionGRpcRuntimeExceptionWrapper(Throwable cause)GRpcRuntimeExceptionWrapper(Throwable cause, Object hint) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GRpcRuntimeExceptionWrapper
-
GRpcRuntimeExceptionWrapper
-
-
Method Details
-
unwrap
-
getHint
-
getHint
-