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:
Serializable
Thrown when the session is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionNotFoundException(String message) The constructor specifying detailed message about the exception. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionNotFoundException
The constructor specifying detailed message about the exception.- Parameters:
message- The detailed message about the exception.
-