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

cz.active24.client.fred.exception.SystemException Maven / Gradle / Ivy

There is a newer version: 2.50
Show newest version
package cz.active24.client.fred.exception;

/**
 *  Exception is thrown when some system processing failed.
 */
public class SystemException extends FredClientException {

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

    public SystemException(String message, Throwable throwable) {
        super(message, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy