Class EntityVersionRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.EntityVersionRequiredException
All Implemented Interfaces:
Serializable

public class EntityVersionRequiredException extends RuntimeException
Exception thrown by PaymentVersionValidationService when a payment version is not provided when validating the payment version for an update operation.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • EntityVersionRequiredException

      public EntityVersionRequiredException()
    • EntityVersionRequiredException

      public EntityVersionRequiredException(String message)
    • EntityVersionRequiredException

      public EntityVersionRequiredException(String message, Throwable cause)
    • EntityVersionRequiredException

      public EntityVersionRequiredException(Throwable cause)
    • EntityVersionRequiredException

      public EntityVersionRequiredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)