| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.browser; |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding dn: "+parentDn+" . "+t, |
| | | throw new RuntimeException("Error decoding dn: "+parentDn+" . "+t, |
| | | t); |
| | | } |
| | | NamingEnumeration<SearchResult> entries = ctx.search( |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding dns: "+t, t); |
| | | throw new RuntimeException("Error decoding dns: "+t, t); |
| | | } |
| | | |
| | | if (!add) |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding dn: "+ |
| | | throw new RuntimeException("Error decoding dn: "+ |
| | | addedEntry.getName()+" . "+t, t); |
| | | } |
| | | } |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding dn: "+ |
| | | throw new RuntimeException("Error decoding dn: "+ |
| | | node.getDN()+" . "+t, t); |
| | | } |
| | | } |