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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java25 * $Id: EntitlementException.java,v 1.2 2009/09/03 17:06:23 veiming Exp $
41 public class EntitlementException extends Exception { class in inherits:Exception
42 public static final String RES_BUNDLE_NAME = "EntitlementException";
45 * Selected error code constants. See EntitlementException.properties for full list.
154 public EntitlementException(int errorCode) { method in class:EntitlementException
165 public EntitlementException(int errorCode, Object... params) { method in class:EntitlementException
177 public EntitlementException(int errorCode, Throwable cause) { method in class:EntitlementException
190 public EntitlementException(int errorCode, Object[] params, Throwable cause) method in class:EntitlementException
198 public EntitlementException(int errorCode, Throwable cause, Object...params) { method in class:EntitlementException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementException.java25 * $Id: EntitlementException.java,v 1.2 2009/09/03 17:06:23 veiming Exp $
41 public class EntitlementException extends Exception { class in inherits:Exception
42 public static final String RES_BUNDLE_NAME = "EntitlementException";
45 * Selected error code constants. See EntitlementException.properties for full list.
168 public EntitlementException(int errorCode) { method in class:EntitlementException
179 public EntitlementException(int errorCode, Object... params) { method in class:EntitlementException
191 public EntitlementException(int errorCode, Throwable cause) { method in class:EntitlementException
204 public EntitlementException(int errorCode, Object[] params, Throwable cause) method in class:EntitlementException
212 public EntitlementException(int errorCode, Throwable cause, Object...params) { method in class:EntitlementException

Completed in 30 milliseconds