Package org.cyclos.services.access
Class OidcRegisterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.services.access.OidcRegisterException
-
- All Implemented Interfaces:
Serializable
public class OidcRegisterException extends RuntimeException
An exception in the OIDC dynamic registration process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OidcRegisterException(String error, String description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetError()static voidthrowClient(String description)static voidthrowDisabled()static voidthrowError(String error, String description)static voidthrowRedirectUri(boolean allowPlain)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-