Uses of Class
org.forgerock.openam.rest.query.QueryException.QueryErrorCode
-
Packages that use QueryException.QueryErrorCode Package Description org.forgerock.openam.rest.query -
-
Uses of QueryException.QueryErrorCode in org.forgerock.openam.rest.query
Methods in org.forgerock.openam.rest.query that return QueryException.QueryErrorCode Modifier and Type Method Description static QueryException.QueryErrorCodeQueryException.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.Constructors in org.forgerock.openam.rest.query with parameters of type QueryException.QueryErrorCode Constructor Description QueryException(QueryException.QueryErrorCode errorCode, String... arguments)Construct aQueryException.QueryException(QueryException.QueryErrorCode errorCode, Throwable cause, String... arguments)Construct aQueryException.
-