chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.exceptions / ErrorResponseObject / <init>

<init>

ErrorResponseObject(timestamp: Date = Date(), statusCode: Int = 500, error: HttpStatus = HttpStatus.INTERNAL_SERVER_ERROR, exception: String = "", message: String = "No message available", path: String = "")

Object to represent a clearly and user comprehensible error message

Author Felix Dimmel