All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.effektif.workflow.impl.exceptions.PaymentRequiredException Maven / Gradle / Ivy

package com.effektif.workflow.impl.exceptions;

/**
 * @author Christian Wiggert
 */
public class PaymentRequiredException extends HttpMappedException {

  public PaymentRequiredException(String message) {
    super(message);
  }

  @Override
  public int getStatusCode() {
    return HttpStatusCode.PAYMENT_REQUIRED;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy