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

com.cloudesire.tisana4j.exceptions.RuntimeRestException Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.cloudesire.tisana4j.exceptions;

public class RuntimeRestException extends RuntimeException
{
    private static final long serialVersionUID = 8233897756123307444L;

    public RuntimeRestException( Exception e )
    {
        super( e );
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy