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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainNotFoundException.java25 * $Id: DomainNotFoundException.java,v 1.3 2008/06/25 05:41:47 qcheng Exp $
38 public class DomainNotFoundException extends UMSException { class in inherits:UMSException
43 public DomainNotFoundException() { method in class:DomainNotFoundException
53 public DomainNotFoundException(String msg) { method in class:DomainNotFoundException
66 public DomainNotFoundException(String msg, Throwable t) { method in class:DomainNotFoundException
H A DDomainComponentTree.java290 * @throws DomainNotFoundException
324 * @throws DomainNotFoundException
332 throws DomainNotFoundException, UMSException {
343 * @throws DomainNotFoundException
350 throws DomainNotFoundException, UMSException {
386 * @throws DomainNotFoundException
393 throws DomainNotFoundException, UMSException {
403 throw new DomainNotFoundException(domain, e.getRootCause());
418 * @throws DomainNotFoundException
425 throws DomainNotFoundException, UMSExceptio
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainNotFoundException.java25 * $Id: DomainNotFoundException.java,v 1.3 2008/06/25 05:41:47 qcheng Exp $
38 public class DomainNotFoundException extends UMSException { class in inherits:UMSException
43 public DomainNotFoundException() { method in class:DomainNotFoundException
53 public DomainNotFoundException(String msg) { method in class:DomainNotFoundException
66 public DomainNotFoundException(String msg, Throwable t) { method in class:DomainNotFoundException
H A DDomainComponentTree.java290 * @throws DomainNotFoundException
324 * @throws DomainNotFoundException
332 throws DomainNotFoundException, UMSException {
343 * @throws DomainNotFoundException
350 throws DomainNotFoundException, UMSException {
386 * @throws DomainNotFoundException
393 throws DomainNotFoundException, UMSException {
403 throw new DomainNotFoundException(domain, e.getRootCause());
418 * @throws DomainNotFoundException
425 throws DomainNotFoundException, UMSExceptio
[all...]

Completed in 314 milliseconds