| | |
| | | import org.opends.server.admin.std.meta.LDIFBackendCfgDefn; |
| | | import org.opends.server.config.ConfigConstants; |
| | | import org.opends.server.crypto.CryptoManager; |
| | | import org.opends.server.types.CryptoManagerException; |
| | | import org.opends.server.types.DN; |
| | | |
| | | /** |
| | |
| | | throw new ADSContextException( |
| | | ADSContextException.ErrorType.ERROR_UNEXPECTED, ne); |
| | | } |
| | | catch (CryptoManager.CryptoManagerException cme) |
| | | catch (CryptoManagerException cme) |
| | | { |
| | | throw new ADSContextException( |
| | | ADSContextException.ErrorType.ERROR_UNEXPECTED, cme); |