ConflictException constructor

ConflictException(
  1. String message
)

Constructs a ConflictException with a description message.

Implementation

ConflictException(this.message);