Refine search
- Common ways to obtain LdapUnwillingToPerformException
private void myMethod () {LdapUnwillingToPerformException l =
ResultCodeEnum resultCode;String message;new LdapUnwillingToPerformException(resultCode, message)
ResultCodeEnum resultCode;Exception exception;Exception exception2;new LdapUnwillingToPerformException(resultCode, exception.getMessage(), exception2)
- Smart code suggestions by Codota
}
/** * {@inheritDoc} */ @Override public void register( LdapSyntax schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13705_CANNOT_MODIFY_SYN_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public LdapComparator<?> unregister( String numericOid ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13702_CANNOT_MODIFY_CMP_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void renameSchema( String originalSchemaName, String newSchemaName ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13704_CANNOT_MODIFY_DITSR_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public DitContentRule unregister( String numericOid ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13703_CANNOT_MODIFY_DITCR_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public AttributeType unregister( String numericOid ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13701_CANNOT_MODIFY_AT_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void addMappingFor( AttributeType attributeType ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13701_CANNOT_MODIFY_AT_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void clear() throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13701_CANNOT_MODIFY_AT_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public NameForm unregister( NameForm schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13708_CANNOT_MODIFY_NF_REGISTRY_COPY ) ); } }
/** * {@inheritDoc} */ @Override public void clear() throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13711_CANNOT_MODIFY_SC_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void unregister( int ruleId ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13704_CANNOT_MODIFY_DITSR_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void renameSchema( String originalSchemaName, String newSchemaName ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13708_CANNOT_MODIFY_NF_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public LdapSyntax unregister( LdapSyntax schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13705_CANNOT_MODIFY_SYN_REGISTRY_COPY ) ); } }
/** * {@inheritDoc} */ @Override public void register( NameForm schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13708_CANNOT_MODIFY_NF_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public ObjectClass unregister( ObjectClass schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13710_CANNOT_MODIFY_OC_REGISTRY_COPY ) ); } }
/** * {@inheritDoc} */ @Override public void register( MatchingRuleUse schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13707_CANNOT_MODIFY_MRU_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void register( MatchingRule schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13706_CANNOT_MODIFY_MR_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public void clear() throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13710_CANNOT_MODIFY_OC_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public MatchingRuleUse unregister( String numericOid ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13707_CANNOT_MODIFY_MRU_REGISTRY_COPY ) ); }
/** * {@inheritDoc} */ @Override public MatchingRule unregister( MatchingRule schemaObject ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13706_CANNOT_MODIFY_MR_REGISTRY_COPY ) ); } }
/** * {@inheritDoc} */ @Override public void renameSchema( String originalSchemaName, String newSchemaName ) throws LdapException { throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13710_CANNOT_MODIFY_OC_REGISTRY_COPY ) ); }