Interface ExceptionMessage

All Superinterfaces:
RpcMessage

public interface ExceptionMessage extends RpcMessage
A network message corresponding to an exception thrown by a method call.
  • Method Details

    • getExceptionClass

      Class<? extends Exception> getExceptionClass()
      Yields the class of the exception.
      Returns:
      the class of the exception
    • getMessage

      String getMessage()
      Yields the message of the exception.
      Returns:
      the message