RSocketErrorException
instead@Deprecated public abstract class RSocketException extends RSocketErrorException
Constructor and Description |
---|
RSocketException(int errorCode,
String message,
Throwable cause)
Deprecated.
Constructs a new exception with the specified error code, message and cause.
|
RSocketException(String message)
Deprecated.
Constructs a new exception with the specified message and error code 0x201 (Application error).
|
RSocketException(String message,
Throwable cause)
Deprecated.
Constructs a new exception with the specified message and cause and error code 0x201
(Application error).
|
errorCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RSocketException(String message)
message
- the messagepublic RSocketException(String message, @Nullable Throwable cause)
message
- the messagecause
- the cause of this exceptionpublic RSocketException(int errorCode, String message, @Nullable Throwable cause)
errorCode
- the RSocket protocol error codemessage
- the messagecause
- the cause of this exception