| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding DNs: "+t, t); |
| | | throw new RuntimeException("Error decoding DNs: "+t, t); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding DNs: "+t, t); |
| | | throw new RuntimeException("Error decoding DNs: "+t, t); |
| | | } |
| | | return isReadOnly; |
| | | } |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Error decoding DNs: "+t, t); |
| | | throw new RuntimeException("Error decoding DNs: "+t, t); |
| | | } |
| | | return canDelete; |
| | | } |