Package com.pingidentity.sdk.oobauth
Class UserAuthBindingMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sourceid.saml20.adapter.GeneralAdapterException
com.pingidentity.sdk.oobauth.UserAuthBindingMessageException
- All Implemented Interfaces:
Serializable
An exception that can be thrown from
OOBAuthPlugin.initiate(OOBAuthRequestContext, Map) to indicate that
the user authorization binding message is invalid.- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserAuthBindingMessageException(String message) UserAuthBindingMessageException(String message, 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
-
UserAuthBindingMessageException
-
UserAuthBindingMessageException
-
UserAuthBindingMessageException
-