Package com.sas.lsaf.execution.session
Class SessionUnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.lsaf.core.AbstractRuntimeException
com.sas.lsaf.execution.session.SessionUnsupportedFeatureException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionUnsupportedFeatureException(String message) Constructs aSessionUnsupportedFeatureExceptionwith the specified message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionUnsupportedFeatureException
Constructs aSessionUnsupportedFeatureExceptionwith the specified message.- Parameters:
message- the detailed message
-