public class PendingException extends AuthException
This exception can be thrown by an AuthModule issuing a challenge, for example.
| Constructor and Description |
|---|
PendingException()
Constructs a PendingException with no detail message.
|
PendingException(String msg)
Constructs a PendingException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PendingException()
public PendingException(String msg)
msg - the detail message.Copyright © 2017. All rights reserved.