Class UnroutableRpcRequestException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Return getReturnMessage()
      The returned message.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • returnMessage

        private final Return returnMessage
    • Constructor Detail

      • UnroutableRpcRequestException

        public UnroutableRpcRequestException​(Return returnMessage)
    • Method Detail

      • getReturnMessage

        public Return getReturnMessage()
        The returned message.
        Returns: