Package com.liferay.commerce.exception
Class CommerceOrderValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.exception.CommerceOrderValidatorException
- All Implemented Interfaces:
Serializable
public class CommerceOrderValidatorException
extends com.liferay.portal.kernel.exception.PortalException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceOrderValidatorException
(String msg, Throwable throwable) CommerceOrderValidatorException
(Throwable throwable) CommerceOrderValidatorException
(List<CommerceOrderValidatorResult> commerceOrderValidatorResults) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommerceOrderValidatorException
public CommerceOrderValidatorException() -
CommerceOrderValidatorException
public CommerceOrderValidatorException(List<CommerceOrderValidatorResult> commerceOrderValidatorResults) -
CommerceOrderValidatorException
-
CommerceOrderValidatorException
-
CommerceOrderValidatorException
-
-
Method Details
-
getCommerceOrderValidatorResults
-