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.Comments to: jaspic-dev@eclipse.org.
Copyright © 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.