Class GrpcExceptionParser
java.lang.Object
org.axonframework.axonserver.connector.util.GrpcExceptionParser
Converts GRPC Exceptions to
RuntimeExceptions.- Since:
- 4.0
- Author:
- Marc Gathier
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionConvert the giveexceptioninto aRuntimeException.
-
Method Details
-
parse
Convert the giveexceptioninto aRuntimeException.- Parameters:
exception- theThrowableto base theRuntimeException.- Returns:
- the
RuntimeExceptionbased on the givenexception
-