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){
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue