Class 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 Detail

      • 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.