public class RpcException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
RpcException(String message) |
|
RpcException(String method,
Object[] arguments,
String message) |
|
RpcException(String method,
Object[] arguments,
String message,
Throwable cause) |
|
RpcException(String method,
Object[] arguments,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected RpcException(String message)
Copyright © 2021–2023 Flowing Code. All rights reserved.