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

com.cloudesire.platform.apiclient.exceptions.NetworkException Maven / Gradle / Ivy

package com.cloudesire.platform.apiclient.exceptions;

public class NetworkException extends BackendException
{
    public NetworkException( Throwable cause )
    {
        super( cause );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy