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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DServerEntryNotFoundException.java25 * $Id: ServerEntryNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>ServerEntryNotFoundException</code> is thrown if the Naming Service
36 public class ServerEntryNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
50 public ServerEntryNotFoundException(String msg) { method in class:ServerEntryNotFoundException
56 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
63 public ServerEntryNotFoundException(Throwable t) { method in class:ServerEntryNotFoundException
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DServerEntryNotFoundException.java25 * $Id: ServerEntryNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>ServerEntryNotFoundException</code> is thrown if the Naming Service
36 public class ServerEntryNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
50 public ServerEntryNotFoundException(String msg) { method in class:ServerEntryNotFoundException
56 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
63 public ServerEntryNotFoundException(Throwable t) { method in class:ServerEntryNotFoundException

Completed in 40 milliseconds