Class UnknownUserException

All Implemented Interfaces:
Serializable

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

    • UnknownUserException

      public UnknownUserException(String message)
    • UnknownUserException

      public UnknownUserException(String message, Throwable cause)
    • UnknownUserException

      public UnknownUserException(Throwable cause)