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

io.cloudboost.CloudException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package io.cloudboost;

/**
 * @author cloudboost
 *
 */

public class CloudException extends Exception{
	private static final long serialVersionUID = 1L;

	//custom exception 
	public CloudException(String message){
    	super(message);
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy