Package org.qdl_lang.exceptions
Class InterruptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.exceptions.InterruptException
-
- All Implemented Interfaces:
Serializable
public class InterruptException extends QDLException
Created by Jeff Gaynor
on 10/25/20 at 2:35 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterruptException(SIEntry siEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SIEntry
getSiEntry()
void
setSiEntry(SIEntry siEntry)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-