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:
  • Constructor Details

  • Method Details

    • getOriginalClassName

      public String getOriginalClassName()
      Returns the class name of the original exception in the server.
    • getOriginalMessage

      public String getOriginalMessage()
      Returns the message attached to the original exception in the server.
    • fillInStackTrace

      public Throwable fillInStackTrace()
      Overrides:
      fillInStackTrace in class Throwable