| | |
| | | driver.getLDAPConnection().createEntry(dn, attributes); |
| | | } catch (OperationNotSupportedException e) { |
| | | // Unwilling to perform. |
| | | if (e.getMessage() != null) { |
| | | if (e.getMessage() == null) { |
| | | throw new OperationRejectedException(); |
| | | } else { |
| | | Message m = Message.raw("%s", e.getMessage()); |
| | |
| | | throw new AuthorizationException(e); |
| | | } catch (OperationNotSupportedException e) { |
| | | // Unwilling to perform. |
| | | if (e.getMessage() != null) { |
| | | if (e.getMessage() == null) { |
| | | throw new OperationRejectedException(); |
| | | } else { |
| | | Message m = Message.raw("%s", e.getMessage()); |