ConflictException

class ConflictException(val message: String, val properties: Map<String, Any?> = mapOf()) : CustomException

Constructors

Link copied to clipboard
constructor(message: String, properties: Map<String, Any?> = mapOf())

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard