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
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeLookupException(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 Detail
-
AttributeLookupException
public AttributeLookupException(String message)
Construct an exception instance with the specified parameters.- Parameters:
message- The exception message.
-
-