Tabnine Logo
LdapUnwillingToPerformException.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException
constructor

Best Java code snippets using org.apache.directory.api.ldap.model.exception.LdapUnwillingToPerformException.<init> (Showing top 20 results out of 315)

Refine searchRefine arrow

  • I18n.err
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@inheritDoc}
 */
@Override
public void clear() throws LdapException
{
  throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13701_CANNOT_MODIFY_AT_REGISTRY_COPY ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@inheritDoc}
 */
@Override
public void clear() throws LdapException
{
  throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13711_CANNOT_MODIFY_SC_REGISTRY_COPY ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

  /**
   * {@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 ) );
  }
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@inheritDoc}
 */
@Override
public void clear() throws LdapException
{
  throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13710_CANNOT_MODIFY_OC_REGISTRY_COPY ) );
}
origin: org.apache.directory.api/api-ldap-model

  /**
   * {@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 ) );
  }
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

  /**
   * {@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 ) );
  }
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@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 ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@inheritDoc}
 */
@Override
public void renameSchema( String originalSchemaName, String newSchemaName ) throws LdapException
{
  throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13711_CANNOT_MODIFY_SC_REGISTRY_COPY ) );
}
origin: org.apache.directory.api/api-ldap-model

/**
 * {@inheritDoc}
 */
@Override
public void unregisterSchemaElements( String schemaName ) throws LdapException
{
  throw new LdapUnwillingToPerformException( ResultCodeEnum.NO_SUCH_OPERATION, I18n.err( I18n.ERR_13705_CANNOT_MODIFY_SYN_REGISTRY_COPY ) );
}
org.apache.directory.api.ldap.model.exceptionLdapUnwillingToPerformException<init>

Javadoc

Creates a new instance of LdapUnwillingToPerformException, with a default ResultCode to UNWILING_TO_PERFORM.

Popular methods of LdapUnwillingToPerformException

  • getMessage
  • checkResultCode
    Checks to make sure the resultCode value is right for this exception type.
  • setResolvedDn

Popular in Java

  • Updating database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • runOnUiThread (Activity)
  • startActivity (Activity)
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now