@Provider
public class BaseOrderValidatorExceptionMapper
extends com.liferay.portal.vulcan.jaxrs.exception.mapper.BaseExceptionMapper<com.liferay.commerce.exception.CommerceOrderValidatorException>
Constructor and Description |
---|
BaseOrderValidatorExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
protected com.liferay.portal.vulcan.jaxrs.exception.mapper.Problem |
getProblem(com.liferay.commerce.exception.CommerceOrderValidatorException commerceOrderValidatorException) |
javax.ws.rs.core.Response |
toResponse(com.liferay.commerce.exception.CommerceOrderValidatorException commerceOrderValidatorException) |
public javax.ws.rs.core.Response toResponse(com.liferay.commerce.exception.CommerceOrderValidatorException commerceOrderValidatorException)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<com.liferay.commerce.exception.CommerceOrderValidatorException>
toResponse
in class com.liferay.portal.vulcan.jaxrs.exception.mapper.BaseExceptionMapper<com.liferay.commerce.exception.CommerceOrderValidatorException>
protected com.liferay.portal.vulcan.jaxrs.exception.mapper.Problem getProblem(com.liferay.commerce.exception.CommerceOrderValidatorException commerceOrderValidatorException)
getProblem
in class com.liferay.portal.vulcan.jaxrs.exception.mapper.BaseExceptionMapper<com.liferay.commerce.exception.CommerceOrderValidatorException>