public enum SessionManagementExceptionValues extends Enum<SessionManagementExceptionValues>
Enum Constant and Description |
---|
ERROR_GENERAL
General Error: {0}.
|
ERROR_NOSESSION
No active session found.
|
ERROR_NOTOKEN
No SAML token found.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static SessionManagementExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionManagementExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionManagementExceptionValues ERROR_GENERAL
public static final SessionManagementExceptionValues ERROR_NOSESSION
public static final SessionManagementExceptionValues ERROR_NOTOKEN
public static SessionManagementExceptionValues[] values()
for (SessionManagementExceptionValues c : SessionManagementExceptionValues.values()) System.out.println(c);
public static SessionManagementExceptionValues 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 getErrorCode()
public String getMessage()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.