ConflictException constructor
ConflictException(
- String message
Constructs a ConflictException with a description message.
Implementation
ConflictException(this.message);
Constructs a ConflictException with a description message.
ConflictException(this.message);