Class ConflictException

All Implemented Interfaces:
Serializable

public class ConflictException extends ApplicationException
Errors raised by conflicts between object versions that were posted by the user and those that are stored on the server.
See Also:
  • Constructor Details

    • ConflictException

      public ConflictException()
      Creates an error instance with conflict error category and assigns its values.
      See Also:
    • ConflictException

      public ConflictException(String correlationId, String code, String message)
      Creates an error instance and assigns its values.
      Parameters:
      correlationId - (optional) a unique transaction id to trace execution through call chain.
      code - (optional) a unique error code. Default: "UNKNOWN"
      message - (optional) a human-readable description of the error.
      See Also: