InitializeException

public class InitializeException extends RSBException

An InitializeException indicates erroneous situations during the setup of the communication infrastructure.

Author

swrede

Constructors

InitializeException

public InitializeException()

Constructs a new exception with empty message and cause.

InitializeException

public InitializeException(String message)

Constructs a new exception with an explaining message.

Parameters

message – the explanation

InitializeException

public InitializeException(Throwable cause)

Constructs a new exception with a Throwable as causing exception.

Parameters

cause – the causing exception

InitializeException

public InitializeException(String message, Throwable cause)

Constructs a new exception with explaining message and causing exception.

Parameters
  • message – the message

  • cause – the causing exception