Package edu.uiuc.ncsa.sas.exceptions
Class UnknownSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- edu.uiuc.ncsa.sas.exceptions.SASException
-
- edu.uiuc.ncsa.sas.exceptions.UnknownSessionException
-
- All Implemented Interfaces:
Serializable
public class UnknownSessionException extends SASException
Created by Jeff Gaynor
on 8/17/22 at 7:10 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSessionException()
UnknownSessionException(String message)
UnknownSessionException(String message, Throwable cause)
UnknownSessionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-