-
-
-
Constructors in com.github.damianwajser.exceptions.impl.badrequest with parameters of type ExceptionDetail
| Constructor |
Description |
BadRequestException(ExceptionDetail detail) |
|
BadRequestException(ExceptionDetail detail,
Exception e) |
|
ConflictException(ExceptionDetail detail) |
|
ConflictException(ExceptionDetail detail,
Exception e) |
|
LockedException(ExceptionDetail detail) |
|
LockedException(ExceptionDetail detail,
Exception e) |
|
MethodNotAllowedException(ExceptionDetail detail) |
|
MethodNotAllowedException(ExceptionDetail detail,
Exception e) |
|
NotAcceptableException(ExceptionDetail detail) |
|
NotAcceptableException(ExceptionDetail detail,
Exception e) |
|
NotFoundException(ExceptionDetail detail) |
|
NotFoundException(ExceptionDetail detail,
Exception e) |
|
PaymentRequiredException(ExceptionDetail detail) |
|
PaymentRequiredException(ExceptionDetail detail,
Exception e) |
|
PreconditionFailedException(ExceptionDetail detail) |
|
PreconditionFailedException(ExceptionDetail detail,
Exception e) |
|
UnprocessableEntityException(ExceptionDetail detail) |
|
UnprocessableEntityException(ExceptionDetail detail,
Exception e) |
|
UnsupportedMediaTypeException(ExceptionDetail detail) |
|
UnsupportedMediaTypeException(ExceptionDetail detail,
Exception e) |
|
Constructor parameters in com.github.damianwajser.exceptions.impl.badrequest with type arguments of type ExceptionDetail
| Constructor |
Description |
BadRequestException(List<ExceptionDetail> details) |
|
BadRequestException(List<ExceptionDetail> details,
Exception e) |
|
ConflictException(List<ExceptionDetail> details) |
|
ConflictException(List<ExceptionDetail> details,
Exception e) |
|
LockedException(List<ExceptionDetail> details) |
|
LockedException(List<ExceptionDetail> details,
Exception e) |
|
MethodNotAllowedException(List<ExceptionDetail> details) |
|
MethodNotAllowedException(List<ExceptionDetail> details,
Exception e) |
|
NotAcceptableException(List<ExceptionDetail> details) |
|
NotAcceptableException(List<ExceptionDetail> details,
Exception e) |
|
NotFoundException(List<ExceptionDetail> details) |
|
NotFoundException(List<ExceptionDetail> details,
Exception e) |
|
PaymentRequiredException(List<ExceptionDetail> details) |
|
PaymentRequiredException(List<ExceptionDetail> details,
Exception e) |
|
PreconditionFailedException(List<ExceptionDetail> details) |
|
PreconditionFailedException(List<ExceptionDetail> details,
Exception e) |
|
UnprocessableEntityException(List<ExceptionDetail> details) |
|
UnprocessableEntityException(List<ExceptionDetail> details,
Exception e) |
|
UnsupportedMediaTypeException(List<ExceptionDetail> details) |
|
UnsupportedMediaTypeException(List<ExceptionDetail> details,
Exception e) |
|
-