Class CommandRejectedException

All Implemented Interfaces:
Serializable

public final class CommandRejectedException extends ControllerException
The runtime rejected one correlated command without closing the session.
See Also:
  • Constructor Details

    • CommandRejectedException

      public CommandRejectedException(String code, String message)
      Creates a rejection reported by either Core or the negotiated typed profile.
      Parameters:
      code - stable protocol error code
      message - human-readable diagnostic
  • Method Details

    • code

      public String code()
      Returns the stable protocol error code supplied by the runtime.
      Returns:
      the rejection code