Minor fix
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129617 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6507f61021
commit
e5b70d599c
|
@ -1,6 +1,10 @@
|
|||
package org.gcube.datacatalogue.ckanutillibrary.exceptions;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
/**
|
||||
* Thrown when no application profile with such information is found
|
||||
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
|
||||
*/
|
||||
public class ApplicationProfileNotFoundException extends Exception {
|
||||
public ApplicationProfileNotFoundException(String message) {
|
||||
super(message);
|
||||
|
|
Loading…
Reference in New Issue