*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.storedprocess
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.services.storedprocess.ExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertProcessingException,ExecutionStatusListenerException,InvalidParameterValueException,MissingParameterException,ResultsBindingException,SASServerException,SessionNotAvailableException,SessionNotFoundException
@SASScope("ALL")
@BinaryCompatibilityOnly
public class ExecutionException
extends Exception
This base class describes exceptions thrown when
StoredProcessInterface.execute() or
StoredProcess2Interface.execute() is invoked.
This class is used if an exception is thrown in an area which is not covered
by one of its subclasses. An underlying exception may be wrapped by this
class.- Since:
- 1.1
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait