RSBException

public class RSBException extends Exception

Superclass of all RSB exceptions that may be used in handlers that catch all RSB-related exceptions.

Author

swrede

Constructors

RSBException

public RSBException()

Constructs an exception with empty message and cause.

RSBException

public RSBException(String message)

Constructs an exception with an explanatory message.

Parameters

message – the message

RSBException

public RSBException(Throwable cause)

Constructs an exception with causing Throwable.

Parameters

cause – causing exception

RSBException

public RSBException(String message, Throwable cause)

Constructs an exception with explanatory message and causing exception.

Parameters
  • message – the message

  • cause – causing exception