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 Details

    • CommerceOrderValidatorException

      public CommerceOrderValidatorException()
    • CommerceOrderValidatorException

      public CommerceOrderValidatorException(List<CommerceOrderValidatorResult> commerceOrderValidatorResults)
    • CommerceOrderValidatorException

      public CommerceOrderValidatorException(String msg)
    • CommerceOrderValidatorException

      public CommerceOrderValidatorException(String msg, Throwable throwable)
    • CommerceOrderValidatorException

      public CommerceOrderValidatorException(Throwable throwable)
  • Method Details