Package edu.uiuc.ncsa.sas.exceptions
Class SASException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncryptionException
,UnknownSessionException
public class SASException extends GeneralException
Created by Jeff Gaynor
on 8/25/22 at 7:37 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SASException()
SASException(String message)
SASException(String message, Throwable cause)
SASException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-