fixed error message
This commit is contained in:
parent
ca659c194d
commit
0e2b8fe420
|
@ -428,7 +428,7 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
|
||||||
|
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
logger.error("Error while creating item ", e);
|
logger.error("Error while creating item ", e);
|
||||||
throw new Exception("An error occurred while creating the item " + e.getMessage());
|
throw new Exception(e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue