Class RpcException

All Implemented Interfaces:
InformationException, Serializable
Direct Known Subclasses:
LimitedRpcException

public class RpcException extends ErrorIdInformationException
Exception to pass to the client when any Throwable occurred during RPC execution.
See Also:
  • Constructor Details

    • RpcException

      public RpcException(String errorId, String s, boolean wasLogged, boolean wasEscalated, boolean offerRetry, Throwable t)
  • Method Details

    • isWasLogged

      public boolean isWasLogged()
    • isWasEscalated

      public boolean isWasEscalated()
    • isOfferRetry

      public boolean isOfferRetry()