public class UnknownAccountException extends AuthenticationException
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.Copyright © 2013-2018–2019 SeedStack. All rights reserved.