Fixed exception hierarchy

This commit is contained in:
Luca Frosini 2019-11-08 18:17:18 +01:00
parent 3034839349
commit 665c434f40
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema; package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */
public class SchemaAlreadyPresentException extends SchemaException { public class SchemaAlreadyPresentException extends AlreadyPresentException {
/** /**
* Generated Serial Version UID * Generated Serial Version UID