ServerErrorException(reason: String)
Constructor with an explanation only.
ServerErrorException(reason: String, parameter: MethodParameter)
Constructor for a 500 error linked to a specific MethodParameter.
ServerErrorException(reason: String, @Nullable parameter: MethodParameter, @Nullable cause: Throwable)
Constructor for a 500 error with a root cause.