public class AuthException extends LoginException
| Constructor and Description | 
|---|
AuthException()
Constructs an AuthException with no detail message. 
 | 
AuthException(String msg)
Constructs an AuthException with the specified detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthException()
public AuthException(String msg)
msg - The detail message.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.