Package com.sas.lsaf.execution.session
Class SessionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.execution.session.SessionException
-
- com.sas.lsaf.execution.session.SessionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionNotFoundException extends SessionException
Thrown when the session is not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionNotFoundException(java.lang.String message)
The constructor specifying detailed message about the exception.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-