Searched defs:POLICY_EXCEPTION (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyResponse.java90 public static final int POLICY_EXCEPTION = 4; field in class:PolicyResponse
325 pres.setMethodID(POLICY_EXCEPTION);
376 } else if (methodID == POLICY_EXCEPTION) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyResponse.java90 public static final int POLICY_EXCEPTION = 4; field in class:PolicyResponse
325 pres.setMethodID(POLICY_EXCEPTION);
376 } else if (methodID == POLICY_EXCEPTION) {

Completed in 42 milliseconds