public class AuthException extends LoginException
A generic authentication exception.
LoginException,
Serialized Form| 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 JBoss by Red Hat. All rights reserved.