***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.storedprocess
Class SessionNotAvailableException

com.sas.services.storedprocess.SessionNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class SessionNotAvailableException

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:
Serialized Form


***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.