Serialized Form
-
Package ru.pathcreator.pyc.rpc.core.exceptions
-
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.BackpressureException
class BackpressureException extends RpcException implements Serializable -
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.NotConnectedException
class NotConnectedException extends RpcException implements Serializable -
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.PayloadTooLargeException
class PayloadTooLargeException extends RpcException implements Serializable-
Serialized Fields
-
actual
int actual
фактический размер payload / actual payload size. -
limit
int limit
лимит payload для канала / configured payload size limit.
-
-
-
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.ProtocolMismatchException
class ProtocolMismatchException extends RpcException implements Serializable -
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.RemoteRpcException
class RemoteRpcException extends RpcException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
remote status code, полученный от peer / remote status code returned by the peer.
-
-
-
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.RpcApplicationException
class RpcApplicationException extends RpcException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
status code, который нужно пропагировать remote-side / status code to propagate remotely.
-
-
-
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.RpcException
class RpcException extends RuntimeException implements Serializable -
Exception Class ru.pathcreator.pyc.rpc.core.exceptions.RpcTimeoutException
class RpcTimeoutException extends RpcException implements Serializable-
Serialized Fields
-
correlationId
long correlationId
correlation id запроса, упавшего по timeout / correlation id of the timed-out request. -
timeoutNs
long timeoutNs
timeout ожидания в наносекундах / timeout value in nanoseconds.
-
-
-