public static enum BaseSession.Error extends Enum<BaseSession.Error>
| Enum Constant and Description |
|---|
AUTHORIZATION |
REST |
SESSION_EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
String |
fallback() |
String |
key() |
static BaseSession.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseSession.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseSession.Error SESSION_EXPIRED
public static final BaseSession.Error AUTHORIZATION
public static final BaseSession.Error REST
public static BaseSession.Error[] values()
for (BaseSession.Error c : BaseSession.Error.values()) System.out.println(c);
public static BaseSession.Error valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String key()
public String fallback()
Copyright © 2020–2023. All rights reserved.