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, toString
public AuthException()
public AuthException(String msg)
msg
- The detail message.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.