Package | Description |
---|---|
org.forgerock.openam.rest.query |
Modifier and Type | Method and Description |
---|---|
static QueryException.QueryErrorCode |
QueryException.QueryErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryException.QueryErrorCode[] |
QueryException.QueryErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QueryException(QueryException.QueryErrorCode errorCode,
String... arguments)
Construct a
QueryException . |
QueryException(QueryException.QueryErrorCode errorCode,
Throwable cause,
String... arguments)
Construct a
QueryException . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.