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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceAlreadyExistsException.java25 * $Id: ServiceAlreadyExistsException.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The <code>ServiceAlreadyExistsException</code> is thrown if the service
40 public class ServiceAlreadyExistsException extends SMSException { class in inherits:SMSException
43 * Constructs an <code>ServiceAlreadyExistsException</code> with no
46 public ServiceAlreadyExistsException() { method in class:ServiceAlreadyExistsException
51 * Constructs an <code>ServiceAlreadyExistsException</code> with the
57 public ServiceAlreadyExistsException(String msg) { method in class:ServiceAlreadyExistsException
62 * Constructs an <code>ServiceAlreadyExistsException</code> with the
76 public ServiceAlreadyExistsException(String rbName, String errCode, method in class:ServiceAlreadyExistsException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceAlreadyExistsException.java25 * $Id: ServiceAlreadyExistsException.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The <code>ServiceAlreadyExistsException</code> is thrown if the service
40 public class ServiceAlreadyExistsException extends SMSException { class in inherits:SMSException
43 * Constructs an <code>ServiceAlreadyExistsException</code> with no
46 public ServiceAlreadyExistsException() { method in class:ServiceAlreadyExistsException
51 * Constructs an <code>ServiceAlreadyExistsException</code> with the
57 public ServiceAlreadyExistsException(String msg) { method in class:ServiceAlreadyExistsException
62 * Constructs an <code>ServiceAlreadyExistsException</code> with the
76 public ServiceAlreadyExistsException(String rbName, String errCode, method in class:ServiceAlreadyExistsException

Completed in 37 milliseconds