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

com.kosprov.jargon2.internal.discovery.Jargon2BackendDiscoveryException Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.kosprov.jargon2.internal.discovery;

import com.kosprov.jargon2.api.Jargon2Exception;

class Jargon2BackendDiscoveryException extends Jargon2Exception {

    Jargon2BackendDiscoveryException(String message) {
        super(message);
    }

    Jargon2BackendDiscoveryException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy