Package org.cilogon.oauth2.servlet.util
Class CILogonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.cilogon.oauth2.servlet.util.CILogonException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DBServiceException
,UserNotFoundException
public class CILogonException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Created by Jeff Gaynor
on 3/1/12 at 1:25 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CILogonException()
CILogonException(String message)
CILogonException(String message, Throwable cause)
CILogonException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-