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

com.dottydingo.hyperion.client.exception.ClientConnectionException Maven / Gradle / Ivy

package com.dottydingo.hyperion.client.exception;

/**
 */
public class ClientConnectionException extends ClientException
{
    public ClientConnectionException(String message, Throwable throwable)
    {
        super(400, message, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy