Class UserLookupException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class UserLookupException extends AuthSelfServiceException
Thrown when there is an exception while fetching the user attributes.
See Also:
  • Constructor Details

    • UserLookupException

      public UserLookupException(String message, Throwable cause)
      Constructs a UserLookupException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UserLookupException

      public UserLookupException(String message)
      Constructs a UserLookupException with the specified detail message.
      Parameters:
      message - the detail message