Package org.cyclos.services.access
Class OidcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.services.access.OidcException
-
- All Implemented Interfaces:
Serializable
public class OidcException extends CyclosException
An error in the OpenID Connect processing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OidcException(AuthorizeResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Don't delete this method.AuthorizeResponsegetResponse()-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OidcException
public OidcException(AuthorizeResponse response)
-
-
Method Detail
-
getMessage
public String getMessage()
Description copied from class:CyclosExceptionDon't delete this method. This is taken into account by the mobile generator- Overrides:
getMessagein classCyclosException- See Also:
Throwable.getMessage()
-
getResponse
public AuthorizeResponse getResponse()
-
-