Callback.UserCodeException

class UserCodeException extends RSBException

Exception to be thrown by callbacks to indicate an error while processing the user code. Exceptions of this type will always have a cause.

Author

jwienke

Constructors

UserCodeException

public UserCodeException(String message, Exception cause)

Constructor.

Parameters
  • message – Description of the problem

  • cause – wrapped exception as the root cause, not null

UserCodeException

public UserCodeException(Exception cause)

Constructor.

Parameters

cause – wrapped exception as the root cause, not null