Trying to fix wsdl serialization problem

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-api@119758 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-14 14:30:47 +00:00
parent e2d6156065
commit f6155f7ed9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public interface SmartExecutor {
* UUID execution identifier as String
*/
@SOAPBinding(parameterStyle=ParameterStyle.WRAPPED)
public boolean unSchedule(String executionIdentifier) throws Exception;
public boolean unSchedule(String executionIdentifier) throws ExecutorException;
/**