Package eliasstar.jsonrpc.exceptions
Class RpcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eliasstar.jsonrpc.exceptions.RpcException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionException
,ErrorResponseException
,IdMismatchException
public class RpcException extends Exception
Root exception with is extended by all jsonrpc-specific exceptions.- Since:
- 0.1.0
- Author:
- Elias*
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-