Uses of Class
com.sas.services.storedprocess.ExecutionException

Packages that use ExecutionException
com.sas.services.storedprocess Execute stored processes. 
 

Uses of ExecutionException in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that return ExecutionException
 ExecutionException[] ExecutionBaseInterface.getExceptions()
          Get the exceptions which caused the stored process to complete with a status of ExecutionBaseInterface.STATUS_SAS_EXCEPTION_OCCURRED or ExecutionBaseInterface.STATUS_EXCEPTION_OCCURRED.
 

Methods in com.sas.services.storedprocess that throw ExecutionException
 Execution2Interface StoredProcess2Interface.execute(boolean synchronous, ExecutionStatusListener2Interface listener, boolean createAlert, java.lang.Object connection)
          Execute the stored process.
 ExecutionInterface StoredProcessInterface.execute(boolean synchronous, ExecutionStatusListenerInterface listener, boolean createAlert, java.lang.Object connection)
          Deprecated. Execute the stored process.
 Execution2Interface StoredProcess2Interface.executeAsynch(ExecutionStatusListener2Interface listener, boolean createAlert)
          Execute the stored process asynchronously.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.