Package eliasstar.jsonrpc.exceptions
Class IdMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eliasstar.jsonrpc.exceptions.RpcException
-
- eliasstar.jsonrpc.exceptions.IdMismatchException
-
- All Implemented Interfaces:
Serializable
public final class IdMismatchException extends RpcException
- Since:
- 0.1.0
- Author:
- Elias*
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdMismatchException(Id<?> reqId, Id<?> resId)Creates aIdMismatchException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Id<?>getRequestId()Getter for request id.Id<?>getResponseId()Getter for response id.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-