Package io.hotmoka.websockets.beans.api
Interface ExceptionMessage
- All Superinterfaces:
RpcMessage
A network message corresponding to an exception thrown by a method call.
-
Method Summary
Modifier and TypeMethodDescriptionYields the class of the exception.Yields the message of the exception.Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
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
-