Package com.pingidentity.sdk.oobauth
Class UnknownUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sourceid.saml20.adapter.GeneralAdapterException
com.pingidentity.sdk.oobauth.UnknownUserException
- All Implemented Interfaces:
Serializable
An exception that can be thrown from
OOBAuthPlugin.initiate(OOBAuthRequestContext, Map) to indicate that
the end-user cannot be identified or doesn't exist.- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownUserException(String message) UnknownUserException(String message, Throwable cause) UnknownUserException(Throwable cause) -
Method Summary
Methods inherited from class org.sourceid.saml20.adapter.GeneralAdapterException
isAllowMessagePropagation, setAllowMessagePropagationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownUserException
-
UnknownUserException
-
UnknownUserException
-