Package pro.taskana.common.rest.models
Class ExceptionRepresentationModel
java.lang.Object
pro.taskana.common.rest.models.ExceptionRepresentationModel
This class holds error data.
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionRepresentationModel(pro.taskana.common.api.exceptions.ErrorCode errorCode, org.springframework.http.HttpStatus stat, Throwable ex, org.springframework.web.context.request.WebRequest req) -
Method Summary
-
Constructor Details
-
ExceptionRepresentationModel
public ExceptionRepresentationModel(pro.taskana.common.api.exceptions.ErrorCode errorCode, org.springframework.http.HttpStatus stat, Throwable ex, org.springframework.web.context.request.WebRequest req)
-
-
Method Details