You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
workspace-tree-widget/src/main/java/org/gcube/portlets/user/workspace/client/workspace/folder/item/gcube/WorkspaceHandledException.java

30 lines
468 B
Java

/**
*
*/
package org.gcube.portlets.user.workspace.client.workspace.folder.item.gcube;
/**
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
* @Feb 16, 2015
*
*/
public class WorkspaceHandledException extends Exception{
/**
*
*/
private static final long serialVersionUID = 6287132546514234376L;
/**
*
*/
public WorkspaceHandledException() {
super();
}
public WorkspaceHandledException(String arg0){
super(arg0);
}
}