*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.storedprocess
Class SessionNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.services.storedprocess.ExecutionException
com.sas.services.storedprocess.SessionNotAvailableException
- All Implemented Interfaces:
Serializable
@SASScope("ALL")
@BinaryCompatibilityOnly
public class SessionNotAvailableException
extends ExecutionException
This exception is thrown when the StoredProcessService knows about
the session described in the message, but you are supplying the
wrong user context. This can happen if cookies are turned off
in a browser (for Java Web Apps) or if the URL containing the
session ID was copied from one browser instance to another.
A session id is expected to be unique. A duplicate session id generated by the back end can also generate this exception if detected by the Stored Process Service.
- 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