public class AuthenticationError extends Object
| Constructor and Description |
|---|
AuthenticationError() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationError |
message(String message) |
AuthenticationError |
name(String name) |
void |
setMessage(String message) |
void |
setName(String name) |
String |
toString() |
public void setMessage(String message)
public AuthenticationError message(String message)
message - A human-readable explanation specific to this occurrence of the problem.public void setName(String name)
public AuthenticationError name(String name)
name - A short, human-readable summary of the problem that *should not* change from occurrence to occurrence of the problem, except for purposes of localization.Copyright © 2019. All rights reserved.