Searched defs:JSON_PARSE_ERROR (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java31 public static final int JSON_PARSE_ERROR = EntitlementException.JSON_PARSE_ERROR; field in class:ResourceAttributeUtil
65 throw new EntitlementException(JSON_PARSE_ERROR, e);
80 throw new EntitlementException(JSON_PARSE_ERROR, e);
104 throw new EntitlementException(JSON_PARSE_ERROR, new Object[]{json});
H A DXACMLReaderWriter.java38 public static final int JSON_PARSE_ERROR = EntitlementException.JSON_PARSE_ERROR; field in class:XACMLReaderWriter
87 throw new EntitlementException(JSON_PARSE_ERROR, e);
107 throw new EntitlementException(JSON_PARSE_ERROR, e);
109 throw new EntitlementException(JSON_PARSE_ERROR, e);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java31 public static final int JSON_PARSE_ERROR = EntitlementException.JSON_PARSE_ERROR; field in class:ResourceAttributeUtil
65 throw new EntitlementException(JSON_PARSE_ERROR, e);
80 throw new EntitlementException(JSON_PARSE_ERROR, e);
104 throw new EntitlementException(JSON_PARSE_ERROR, new Object[]{json});
H A DXACMLReaderWriter.java48 public static final int JSON_PARSE_ERROR = EntitlementException.JSON_PARSE_ERROR; field in class:XACMLReaderWriter
130 throw new EntitlementException(JSON_PARSE_ERROR, e);
150 throw new EntitlementException(JSON_PARSE_ERROR, e);
152 throw new EntitlementException(JSON_PARSE_ERROR, e);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java118 public static final int JSON_PARSE_ERROR = 425; field in class:EntitlementException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java126 public static final int JSON_PARSE_ERROR = 425; field in class:EntitlementException

Completed in 39 milliseconds