public class UnknownAccountException extends AccountException
Whether or not an application wishes to alert a user logging in to the system of this fact is at the discretion of those responsible for designing the view and what happens when this exception occurs.
Constructor and Description |
---|
UnknownAccountException()
Creates a new UnknownAccountException.
|
UnknownAccountException(String message)
Constructs a new UnknownAccountException.
|
UnknownAccountException(String message,
Throwable cause)
Constructs a new UnknownAccountException.
|
UnknownAccountException(Throwable cause)
Constructs a new UnknownAccountException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownAccountException()
public UnknownAccountException(String message)
message
- the reason for the exceptionpublic UnknownAccountException(Throwable cause)
cause
- the underlying Throwable that caused this exception to be thrown.public UnknownAccountException(String message, Throwable cause)
message
- the reason for the exceptioncause
- the underlying Throwable that caused this exception to be thrown.Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.