See: Description
Interface | Description |
---|---|
Retryable |
Indicates that an exception is retryable.
|
Class | Description |
---|---|
Exceptions |
Utility class that generates an exception from a frame.
|
Exception | Description |
---|---|
ApplicationErrorException |
Application layer logic generating a Reactive Streams
onError event. |
CanceledException |
The Responder canceled the request but may have started processing it (similar to REJECTED but
doesn't guarantee lack of side-effects).
|
ConnectionCloseException |
The connection is being terminated.
|
ConnectionErrorException |
The connection is being terminated.
|
CustomRSocketException | |
InvalidException |
The request is invalid.
|
InvalidSetupException |
The Setup frame is invalid for the server (it could be that the client is too recent for the old
server).
|
RejectedException |
Despite being a valid request, the Responder decided to reject it.
|
RejectedResumeException |
The server rejected the resume, it can specify the reason in the payload.
|
RejectedSetupException |
The server rejected the setup, it can specify the reason in the payload.
|
RSocketException | Deprecated
please use
RSocketErrorException instead |
SetupException |
The root of the setup exception hierarchy.
|
UnsupportedSetupException |
Some (or all) of the parameters specified by the client are unsupported by the server.
|