Class StatusCauseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.grpc.StatusCauseException
All Implemented Interfaces:
Serializable

public final class StatusCauseException
extends RuntimeException
A RuntimeException reconstructed from debug information in a failed gRPC response, containing information about the cause of the exception at the server side.
See Also:
Serialized Form