public class LoginException extends Exception
| Constructor and Description |
|---|
LoginException()
Creates a new instance of
LoginException without detail message. |
LoginException(String msg)
Constructs an instance of
LoginException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoginException()
LoginException without detail message.public LoginException(String msg)
LoginException with the specified detail message.msg - the detail message.Copyright © 2012 code4tv.com. All Rights Reserved.