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

org.octopusden.octopus.jira.exception.JiraInternalErrorException Maven / Gradle / Ivy

There is a newer version: 2.0.14
Show newest version
package org.octopusden.octopus.jira.exception;

public class JiraInternalErrorException extends JiraRuntimeException {
    public JiraInternalErrorException(String message) {
        super(message);
    }

    public JiraInternalErrorException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy