Class UserAuthBindingMessageException

All Implemented Interfaces:
Serializable

public class UserAuthBindingMessageException extends GeneralAdapterException
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 Details

    • UserAuthBindingMessageException

      public UserAuthBindingMessageException(String message)
    • UserAuthBindingMessageException

      public UserAuthBindingMessageException(String message, Throwable cause)
    • UserAuthBindingMessageException

      public UserAuthBindingMessageException(Throwable cause)