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

/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
/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

Completed in 27 milliseconds