Searched refs:NameNotFoundException (Results 1 - 25 of 175) sorted by relevance

1234567

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DNameNotFoundException.java25 * $Id: NameNotFoundException.java,v 1.2 2008/06/25 05:43:44 qcheng Exp $
39 public class NameNotFoundException extends PolicyException { class in inherits:PolicyException
50 public NameNotFoundException(String msg, String name, int type) { method in class:NameNotFoundException
66 public NameNotFoundException(String rbName, String errCode, method in class:NameNotFoundException
85 public NameNotFoundException(String rbName, String errCode, method in class:NameNotFoundException
100 public NameNotFoundException(Throwable t, String name, int type) { method in class:NameNotFoundException
H A DSharedSubject.java148 * @exception NameNotFoundException if the given <code>value</code>
152 * NameNotFoundException and the PolicyException would be thrown.
157 throws NameNotFoundException {
163 throw new NameNotFoundException(ResBundleUtils.rbName,
172 throw new NameNotFoundException(ResBundleUtils.rbName,
H A DPolicyEvaluatorFactory.java79 * @exception NameNotFoundException if the <code>serviceType</code> is not
87 throws NameNotFoundException,
H A DServiceTypeManager.java149 * <code>NameNotFoundException</code> is thrown.
157 * @exception NameNotFoundException service for the given <code>
161 throws SSOException, NameNotFoundException {
177 throw (new NameNotFoundException(
188 throw (new NameNotFoundException(se, serviceTypeName,
H A DReferrals.java81 * @throws NameNotFoundException need to add the situations that would
88 NameNotFoundException, PolicyException {
237 * @exception NameNotFoundException if a referral
241 throws NameNotFoundException {
245 throw (new NameNotFoundException(ResBundleUtils.rbName,
303 * name does not exist, <code>NameNotFoundException</code>
310 * @exception NameNotFoundException if a referral instance
314 throws NameNotFoundException {
317 throw (new NameNotFoundException(ResBundleUtils.rbName,
494 * @throws NameNotFoundException i
[all...]
H A DProxyPolicyEvaluator.java80 * @throws NameNotFoundException if the serviceType is not found in
87 throws NoPermissionException, NameNotFoundException,
H A DProxyPolicyEvaluatorFactory.java90 * @throws NameNotFoundException if the serviceType is not found in
98 throws NoPermissionException, NameNotFoundException,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DNameNotFoundException.java25 * $Id: NameNotFoundException.java,v 1.2 2008/06/25 05:43:44 qcheng Exp $
39 public class NameNotFoundException extends PolicyException { class in inherits:PolicyException
50 public NameNotFoundException(String msg, String name, int type) { method in class:NameNotFoundException
66 public NameNotFoundException(String rbName, String errCode, method in class:NameNotFoundException
85 public NameNotFoundException(String rbName, String errCode, method in class:NameNotFoundException
100 public NameNotFoundException(Throwable t, String name, int type) { method in class:NameNotFoundException
H A DSharedSubject.java148 * @exception NameNotFoundException if the given <code>value</code>
152 * NameNotFoundException and the PolicyException would be thrown.
157 throws NameNotFoundException {
163 throw new NameNotFoundException(ResBundleUtils.rbName,
172 throw new NameNotFoundException(ResBundleUtils.rbName,
H A DPolicyEvaluatorFactory.java79 * @exception NameNotFoundException if the <code>serviceType</code> is not
87 throws NameNotFoundException,
H A DServiceTypeManager.java148 * <code>NameNotFoundException</code> is thrown.
156 * @exception NameNotFoundException service for the given <code>
160 throws SSOException, NameNotFoundException {
176 throw (new NameNotFoundException(
187 throw (new NameNotFoundException(se, serviceTypeName,
H A DReferrals.java81 * @throws NameNotFoundException need to add the situations that would
88 NameNotFoundException, PolicyException {
237 * @exception NameNotFoundException if a referral
241 throws NameNotFoundException {
245 throw (new NameNotFoundException(ResBundleUtils.rbName,
303 * name does not exist, <code>NameNotFoundException</code>
310 * @exception NameNotFoundException if a referral instance
314 throws NameNotFoundException {
317 throw (new NameNotFoundException(ResBundleUtils.rbName,
494 * @throws NameNotFoundException i
[all...]
H A DRule.java94 * @exception NameNotFoundException the service name provided does
101 NameNotFoundException, InvalidNameException {
122 * @exception NameNotFoundException the service name provided does
129 NameNotFoundException, InvalidNameException {
150 * @exception NameNotFoundException the service name provided does
158 NameNotFoundException, InvalidNameException {
203 * @throws NameNotFoundException thrown by called routines
207 InvalidNameException, NameNotFoundException {
311 * @exception NameNotFoundException the service type name provided does
315 throws NameNotFoundException {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DSubject.java43 import com.sun.identity.policy.NameNotFoundException;
145 * @exception NameNotFoundException if the given <code>value</code>
149 throws NameNotFoundException;
H A DReferral.java97 * @exception NameNotFoundException if the given <code>value</code>
101 throws NameNotFoundException;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DSubject.java43 import com.sun.identity.policy.NameNotFoundException;
145 * @exception NameNotFoundException if the given <code>value</code>
149 throws NameNotFoundException;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleEditViewBean.java40 import com.sun.identity.policy.NameNotFoundException;
105 } catch (NameNotFoundException e) {
133 } catch (NameNotFoundException e) {
154 } catch (NameNotFoundException e) {
166 throws NameNotFoundException, AMConsoleException
H A DSubjectEditViewBean.java39 import com.sun.identity.policy.NameNotFoundException;
174 } catch (NameNotFoundException e) {
206 } catch (NameNotFoundException e) {
222 } catch (NameNotFoundException e) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DRuleEditViewBean.java40 import com.sun.identity.policy.NameNotFoundException;
105 } catch (NameNotFoundException e) {
133 } catch (NameNotFoundException e) {
154 } catch (NameNotFoundException e) {
166 throws NameNotFoundException, AMConsoleException
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java36 import javax.naming.NameNotFoundException;
170 else if (ex instanceof NameNotFoundException)
187 else if (ex instanceof NameNotFoundException)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java35 import javax.naming.NameNotFoundException;
169 else if (ex instanceof NameNotFoundException)
186 else if (ex instanceof NameNotFoundException)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java36 import javax.naming.NameNotFoundException;
170 else if (ex instanceof NameNotFoundException)
187 else if (ex instanceof NameNotFoundException)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java35 import javax.naming.NameNotFoundException;
169 else if (ex instanceof NameNotFoundException)
186 else if (ex instanceof NameNotFoundException)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java36 import javax.naming.NameNotFoundException;
170 else if (ex instanceof NameNotFoundException)
187 else if (ex instanceof NameNotFoundException)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DErrorSearchingEntryPanel.java34 import javax.naming.NameNotFoundException;
162 else if (ex instanceof NameNotFoundException)
175 else if (ex instanceof NameNotFoundException)

Completed in 36 milliseconds

1234567