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:
Serializable
- Direct Known Subclasses:
SessionNotFoundException
Thrown when an error occurred acting on a session.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionException(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
-
SessionException
The constructor specifying detailed message about the exception.- Parameters:
message- The detailed message about the exception.
-