Searched refs:ObjectInUseException (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DObjectInUseException.java25 * $Id: ObjectInUseException.java,v 1.2 2008/06/25 05:43:44 qcheng Exp $
41 public class ObjectInUseException extends PolicyException { class in inherits:PolicyException
47 * Constructs an <code>ObjectInUseException</code> object
52 public ObjectInUseException(String msg, String name, Object user) { method in class:ObjectInUseException
59 * Constructs an <code>ObjectInUseException</code> object
67 public ObjectInUseException(String rbName, String errCode, method in class:ObjectInUseException
76 * Constructs an <code>ObjectInUseException</code> object
85 public ObjectInUseException(String rbName, String errCode, method in class:ObjectInUseException
94 * Constructs an <code>ObjectInUseException</code> object
99 public ObjectInUseException(Throwabl method in class:ObjectInUseException
[all...]
H A DSubjectTypeManager.java315 throws ObjectInUseException, PolicyException, SSOException {
331 * to the subject. Otherwise, <code>ObjectInUseException</code>
341 throws ObjectInUseException, PolicyException, SSOException {
359 //ObjectInUseException(String rbName, String errCode,
361 throw new ObjectInUseException(null, null, null, null, null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DObjectInUseException.java25 * $Id: ObjectInUseException.java,v 1.2 2008/06/25 05:43:44 qcheng Exp $
41 public class ObjectInUseException extends PolicyException { class in inherits:PolicyException
47 * Constructs an <code>ObjectInUseException</code> object
52 public ObjectInUseException(String msg, String name, Object user) { method in class:ObjectInUseException
59 * Constructs an <code>ObjectInUseException</code> object
67 public ObjectInUseException(String rbName, String errCode, method in class:ObjectInUseException
76 * Constructs an <code>ObjectInUseException</code> object
85 public ObjectInUseException(String rbName, String errCode, method in class:ObjectInUseException
94 * Constructs an <code>ObjectInUseException</code> object
99 public ObjectInUseException(Throwabl method in class:ObjectInUseException
[all...]
H A DSubjectTypeManager.java315 throws ObjectInUseException, PolicyException, SSOException {
331 * to the subject. Otherwise, <code>ObjectInUseException</code>
341 throws ObjectInUseException, PolicyException, SSOException {
359 //ObjectInUseException(String rbName, String errCode,
361 throw new ObjectInUseException(null, null, null, null, null);

Completed in 45 milliseconds