public class LoginException extends Exception
Exception
class indicating that a user provided incorrect login detailsModifier and Type | Class and Description |
---|---|
static class |
LoginException.Cause |
Constructor and Description |
---|
LoginException(LoginException.Cause cause) |
LoginException(LoginException.Cause cause,
Throwable causeException) |
Modifier and Type | Method and Description |
---|---|
LoginException.Cause |
getLoginExceptionCause() |
static LoginException.Cause |
newCause(String key) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoginException(LoginException.Cause cause)
public LoginException(LoginException.Cause cause, Throwable causeException)
public static LoginException.Cause newCause(String key)
public LoginException.Cause getLoginExceptionCause()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.