Class LoginHintResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.openid.connect.provider.spi.subjects.LoginHintResolveException
- All Implemented Interfaces:
Serializable
Login hint (
login_hint) resolve exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginHintResolveException(String message) Creates a new login hint resolve exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginHintResolveException
Creates a new login hint resolve exception.- Parameters:
message- The exception message (will be logged by the Connect2id server and not exposed to the client),nullif not specified.
-