Package com.sas.lsaf.execution.session
Class SessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.execution.session.SessionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SessionNotFoundException
public class SessionException extends AbstractCheckedException
Thrown when an error occurred acting on a session.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionException(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
-
-