This exception can be thrown by an AuthModule issuing a challenge, for example.
Constructs a PendingException with no detail message. A detail message is a String that describes this particular exception. super();
super();
Constructs a PendingException with the specified detail message. A detail message is a String that describes this particular exception. parammsg the detail message. super(msg);
super(msg);