Package org.gcube.portal.oidc.lr62
Class OIDCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.portal.oidc.lr62.OIDCException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidTokenException,MissingTokenException,NotAuthorizedException,RefreshException
public class OIDCException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OIDCException()OIDCException(String message)OIDCException(String message, Throwable cause)OIDCException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OIDCException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-