Class UnknownKvStateIdException

All Implemented Interfaces:
Serializable

@Internal public class UnknownKvStateIdException extends BadRequestException
Thrown if no KvState with the given ID cannot found by the server handler.
See Also:
  • Constructor Details

    • UnknownKvStateIdException

      public UnknownKvStateIdException(String serverName, KvStateID kvStateId)
      Creates the exception.
      Parameters:
      serverName - the name of the server that threw the exception.
      kvStateId - the state id for which no state was found.