Class UnprocessableEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.damianwajser.exceptions.RestException
com.github.damianwajser.exceptions.impl.badrequest.UnprocessableEntityException
- All Implemented Interfaces:
Serializable
@ResponseStatus(code=UNPROCESSABLE_ENTITY) public class UnprocessableEntityException extends RestException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UnprocessableEntityException(ExceptionDetail detail)UnprocessableEntityException(ExceptionDetail detail, Exception e)UnprocessableEntityException(String errorCode, String errorMessage, Optional<Object> errorDetail)UnprocessableEntityException(String errorCode, String errorMessage, Optional<Object> errorDetail, Exception e)UnprocessableEntityException(List<ExceptionDetail> details)UnprocessableEntityException(List<ExceptionDetail> details, Exception e) -
Method Summary
Methods inherited from class com.github.damianwajser.exceptions.RestException
getDetails, getErrorMessage, getHttpCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString