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