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

com.dooapp.gaedo.finders.root.InvocationFailedException Maven / Gradle / Ivy

package com.dooapp.gaedo.finders.root;

import com.dooapp.gaedo.CrudServiceException;

/**
 * Embedding exception for all invokation issues
 * 
 * @author Nicolas
 * 
 */
public class InvocationFailedException extends CrudServiceException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy