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

Class SessionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.services.storedprocess.ExecutionException
com.sas.services.storedprocess.SessionNotFoundException
All Implemented Interfaces:
Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class SessionNotFoundException extends ExecutionException
This exception is thrown when the StoredProcessService cannot find the session described in the message. This could mean that the session has expired or never existed. Another possible (although unlikely) cause is the session was created by a different StoredProcessServiceInterface.
Since:
1.1
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SessionNotFoundException(String sessionID)
     
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException(String sessionID)