Uses of Class
com.sas.services.storedprocess.ExecutionException
Packages that use ExecutionException
-
Uses of ExecutionException in com.sas.services.storedprocess
Subclasses of ExecutionException in com.sas.services.storedprocessModifier and TypeClassDescriptionclassThis class describes exceptions thrown while creating and updating the StoredProcessAlert item and may wrap an underlying exceptionclassThis class wraps exceptions thrown while invoking methods in the user supplied listener.classThis exception is thrown when a parameter has a non-conforming value.classThis exception is thrown when a required parameter has not been assigned a value.classThis class wraps exceptions thrown when trying to bind to the results.classThis class wraps exceptions thrown while accessing the SAS Server.classThis exception is thrown when the StoredProcessService knows about the session described in the message, but you are supplying the wrong user context.classThis exception is thrown when the StoredProcessService cannot find the session described in the message.Methods in com.sas.services.storedprocess that return ExecutionExceptionModifier and TypeMethodDescriptionExecutionBaseInterface.getExceptions()Get the exceptions which caused the stored process to complete with a status ofExecutionBaseInterface.STATUS_SAS_EXCEPTION_OCCURREDorExecutionBaseInterface.STATUS_EXCEPTION_OCCURRED.Methods in com.sas.services.storedprocess that throw ExecutionExceptionModifier and TypeMethodDescriptionStoredProcess2Interface.execute(boolean synchronous, ExecutionStatusListener2Interface listener, boolean createAlert, Object connection) Execute the stored process.StoredProcessInterface.execute(boolean synchronous, ExecutionStatusListenerInterface listener, boolean createAlert, Object connection) Deprecated.Execute the stored process.StoredProcess2Interface.executeAsynch(ExecutionStatusListener2Interface listener, boolean createAlert) Execute the stored process asynchronously.