public abstract class SetupException extends RSocketException
| Constructor and Description |
|---|
SetupException(String message)
Constructs a new exception with the specified message.
|
SetupException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
errorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SetupException(String message)
message - the messageNullPointerException - if message is nullpublic SetupException(String message, Throwable cause)
message - the messagecause - the cause of this exceptionNullPointerException - if message or cause is null