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

com.gocardless.errors.InvalidStateException Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package com.gocardless.errors;

/**
 * Exception thrown when the action you are trying to perform is invalid due to the state of the
 * resource you are requesting it on.
 */
public class InvalidStateException extends GoCardlessApiException {
    InvalidStateException(ApiErrorResponse error) {
        super(error);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy