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

com.julienvey.trello.TrelloBadRequestException Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package com.julienvey.trello;

public class TrelloBadRequestException extends RuntimeException {
    public TrelloBadRequestException(String message, Throwable cause) {
        super(message, cause);
    }

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

    public TrelloBadRequestException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy