Class InvalidUserIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.cilogon.oauth2.servlet.storage.user.InvalidUserIdException
-
- All Implemented Interfaces:
Serializable
public class InvalidUserIdException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Created by Jeff Gaynor
on 10/11/13 at 11:34 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUserIdException()
InvalidUserIdException(String message)
InvalidUserIdException(String message, Throwable cause)
InvalidUserIdException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-