| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Unexpected error: "+t, t); |
| | | throw new RuntimeException("Unexpected error: "+t, t); |
| | | } |
| | | } |
| | | hmBaseDNs.put(backendID, baseDNs); |
| | |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | throw new IllegalStateException("Unexpected error: "+t, t); |
| | | throw new RuntimeException("Unexpected error: "+t, t); |
| | | } |
| | | dns.add(dn); |
| | | SortedSet<AbstractIndexDescriptor> indexes = |
| | |
| | | int n = Integer.parseInt(stringValue); |
| | | if ((n > maxValue) || (n < minValue)) |
| | | { |
| | | throw new IllegalStateException("Invalid value"); |
| | | throw new RuntimeException("Invalid value"); |
| | | } |
| | | } |
| | | catch (Throwable t) |