InvalidStateException

Errors related to calling operations, which require the component to be in a specific state. For instance: business calls when the component is not ready.

Extends: ApplicationException

Description

The InvalidStateException class is used to manage errors related to calling operations that require the component to be in a specific state. For example, business calls when the component is not ready.

Constructors

Creates an error instance and assigns its values.

public InvalidStateException(String traceId, String code, String message)

  • trace_id: String - (optional) unique transaction id used to trace execution through a call chain.
  • code: String - (optional) unique error code. Default: “UNKNOWN”.
  • message: String - (optional) human-readable description of the error.