Package com.pingidentity.sdk.password
Class AttributeLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pingidentity.sdk.password.AttributeLookupException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionAttributeLookupException(String message) Construct an exception instance with the specified parameters.AttributeLookupException(String message, Throwable throwable) Construct an exception instance with the specified parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeLookupException
Construct an exception instance with the specified parameters.- Parameters:
message- The exception message.
-
AttributeLookupException
Construct an exception instance with the specified parameters.- Parameters:
message- The exception message.throwable- The wrapped exception.
-