public abstract class SetupException extends RSocketException
Constructor and Description |
---|
SetupException(int errorCode,
String message,
Throwable cause)
Constructs a new exception with the specified error code, message and cause.
|
SetupException(String message)
Deprecated.
please use
SetupException(int, String, Throwable) |
SetupException(String message,
Throwable cause)
Deprecated.
please use
SetupException(int, String, Throwable) |
errorCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
@Deprecated public SetupException(String message)
SetupException(int, String, Throwable)
message
- the message@Deprecated public SetupException(String message, @Nullable Throwable cause)
SetupException(int, String, Throwable)
message
- the messagecause
- the cause of this exception