Class AttributeLookupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.sdk.password.AttributeLookupException
All Implemented Interfaces:
Serializable

public class AttributeLookupException extends RuntimeException
This exception will be thrown when an attribute look up fails while signing-on the user without re-authenticating immediately after password update.
Since:
11.2
See Also:
  • Constructor Details

    • AttributeLookupException

      public AttributeLookupException(String message)
      Construct an exception instance with the specified parameters.
      Parameters:
      message - The exception message.
    • AttributeLookupException

      public AttributeLookupException(String message, Throwable throwable)
      Construct an exception instance with the specified parameters.
      Parameters:
      message - The exception message.
      throwable - The wrapped exception.