RSBException
Superclass of all RSB exceptions that may be used in handlers that catch all RSB-related exceptions.
swrede
Constructs an exception with empty message and cause.
Constructs an exception with an explanatory message.
message – the message
Constructs an exception with causing Throwable.
Throwable
cause – causing exception
Constructs an exception with explanatory message and causing exception.