Class PendingException

  • All Implemented Interfaces:
    Serializable

    public class PendingException
    extends AuthException
    Authentication is pending.

    This exception can be thrown by an AuthModule issuing a challenge, for example.

    Version:
    %I%, %G%
    See Also:
    Serialized Form
    • Constructor Detail

      • PendingException

        public PendingException()
        Constructs a PendingException with no detail message. A detail message is a String that describes this particular exception.
      • PendingException

        public PendingException​(String msg)
        Constructs a PendingException with the specified detail message. A detail message is a String that describes this particular exception.

        Parameters:
        msg - the detail message.