<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_76) on Wed Aug 26 05:37:22 CEST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form (OpenDJ Configuration API 3.0.0-SNAPSHOT Documentation)</title>
<meta name="date" content="2015-08-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Serialized Form (OpenDJ Configuration API 3.0.0-SNAPSHOT Documentation)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>OpenDJ Configuration API 3.0.0-SNAPSHOT Documentation</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;org.forgerock.opendj.config</h2>
<ul class="blockList">
<li class="blockList"><a name="org.forgerock.opendj.config.AdminException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/AdminException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.AdminException</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>message</h4>
<pre><a href="http://commons.forgerock.org/i18n-framework/i18n-core/apidocs/org/forgerock/i18n/LocalizableMessage.html?is-external=true" title="class or interface in org.forgerock.i18n">LocalizableMessage</a> message</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.DecodingException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/DecodingException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.DecodingException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.DefinitionDecodingException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/DefinitionDecodingException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.DefinitionDecodingException</a> extends <a href="org/forgerock/opendj/config/DecodingException.html" title="class in org.forgerock.opendj.config">DecodingException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3459033551415663416L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>d</h4>
<pre><a href="org/forgerock/opendj/config/AbstractManagedObjectDefinition.html" title="class in org.forgerock.opendj.config">AbstractManagedObjectDefinition</a>&lt;<a href="org/forgerock/opendj/config/AbstractManagedObjectDefinition.html" title="type parameter in AbstractManagedObjectDefinition">C</a> extends <a href="org/forgerock/opendj/config/ConfigurationClient.html" title="interface in org.forgerock.opendj.config">ConfigurationClient</a>,<a href="org/forgerock/opendj/config/AbstractManagedObjectDefinition.html" title="type parameter in AbstractManagedObjectDefinition">S</a> extends <a href="org/forgerock/opendj/config/Configuration.html" title="interface in org.forgerock.opendj.config">Configuration</a>&gt; d</pre>
<div class="block">The expected type of managed object.</div>
</li>
<li class="blockListLast">
<h4>reason</h4>
<pre><a href="org/forgerock/opendj/config/DefinitionDecodingException.Reason.html" title="enum in org.forgerock.opendj.config">DefinitionDecodingException.Reason</a> reason</pre>
<div class="block">The reason why the definition could not be determined.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.ManagedObjectAlreadyExistsException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/ManagedObjectAlreadyExistsException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.ManagedObjectAlreadyExistsException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-2344653674171609366L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.ManagedObjectNotFoundException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/ManagedObjectNotFoundException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.ManagedObjectNotFoundException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-477551786551892978L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.OperationsException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.OperationsException</a> extends <a href="org/forgerock/opendj/config/AdminException.html" title="class in org.forgerock.opendj.config">AdminException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6329910102360262187L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.PropertyException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/PropertyException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.PropertyException</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8465109598081914482L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>message</h4>
<pre><a href="http://commons.forgerock.org/i18n-framework/i18n-core/apidocs/org/forgerock/i18n/LocalizableMessage.html?is-external=true" title="class or interface in org.forgerock.i18n">LocalizableMessage</a> message</pre>
<div class="block">LocalizableMessage that explains the problem.</div>
</li>
<li class="blockListLast">
<h4>pd</h4>
<pre><a href="org/forgerock/opendj/config/PropertyDefinition.html" title="class in org.forgerock.opendj.config">PropertyDefinition</a>&lt;<a href="org/forgerock/opendj/config/PropertyDefinition.html" title="type parameter in PropertyDefinition">T</a>&gt; pd</pre>
<div class="block">The property definition associated with the property that caused
 the exception.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.PropertyNotFoundException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/PropertyNotFoundException.html" title="class in org.forgerock.opendj.config">org.forgerock.opendj.config.PropertyNotFoundException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-895548482881819610L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>propertyName</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyName</pre>
<div class="block">The name of the property that could not be found.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.forgerock.opendj.config.client</h2>
<ul class="blockList">
<li class="blockList"><a name="org.forgerock.opendj.config.client.AdminClientException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/AdminClientException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.AdminClientException</a> extends <a href="org/forgerock/opendj/config/AdminException.html" title="class in org.forgerock.opendj.config">AdminException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>4044747533980824456L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.AdminSecurityException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/AdminSecurityException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.AdminSecurityException</a> extends <a href="org/forgerock/opendj/config/client/AdminClientException.html" title="class in org.forgerock.opendj.config.client">AdminClientException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.AuthenticationException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/AuthenticationException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.AuthenticationException</a> extends <a href="org/forgerock/opendj/config/client/AdminSecurityException.html" title="class in org.forgerock.opendj.config.client">AdminSecurityException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3544797197747686958L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.AuthenticationNotSupportedException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/AuthenticationNotSupportedException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.AuthenticationNotSupportedException</a> extends <a href="org/forgerock/opendj/config/client/AdminSecurityException.html" title="class in org.forgerock.opendj.config.client">AdminSecurityException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7387834052676291793L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.ConcurrentModificationException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/ConcurrentModificationException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.ConcurrentModificationException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1467024486347612820L</dd>
</dl>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.IllegalManagedObjectNameException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/IllegalManagedObjectNameException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.IllegalManagedObjectNameException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>7491748228684293291L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>illegalName</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> illegalName</pre>
<div class="block">The illegal name.</div>
</li>
<li class="blockListLast">
<h4>namingPropertyDefinition</h4>
<pre><a href="org/forgerock/opendj/config/PropertyDefinition.html" title="class in org.forgerock.opendj.config">PropertyDefinition</a>&lt;<a href="org/forgerock/opendj/config/PropertyDefinition.html" title="type parameter in PropertyDefinition">T</a>&gt; namingPropertyDefinition</pre>
<div class="block">The naming property definition if applicable.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.ManagedObjectDecodingException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/ManagedObjectDecodingException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.ManagedObjectDecodingException</a> extends <a href="org/forgerock/opendj/config/DecodingException.html" title="class in org.forgerock.opendj.config">DecodingException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4268510652395945357L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>causes</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>&gt; causes</pre>
<div class="block">The exception(s) that caused this decoding exception.</div>
</li>
<li class="blockListLast">
<h4>partialManagedObject</h4>
<pre><a href="org/forgerock/opendj/config/client/ManagedObject.html" title="interface in org.forgerock.opendj.config.client">ManagedObject</a>&lt;<a href="org/forgerock/opendj/config/client/ManagedObject.html" title="type parameter in ManagedObject">T</a> extends <a href="org/forgerock/opendj/config/ConfigurationClient.html" title="interface in org.forgerock.opendj.config">ConfigurationClient</a>&gt; partialManagedObject</pre>
<div class="block">The partially created managed object.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.MissingMandatoryPropertiesException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/MissingMandatoryPropertiesException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.MissingMandatoryPropertiesException</a> extends <a href="org/forgerock/opendj/config/OperationsException.html" title="class in org.forgerock.opendj.config">OperationsException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>6342522125252055588L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>causes</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>&gt; causes</pre>
<div class="block">The causes of this exception.</div>
</li>
<li class="blockList">
<h4>isCreate</h4>
<pre>boolean isCreate</pre>
<div class="block">Indicates whether the exception occurred during managed object creation.</div>
</li>
<li class="blockListLast">
<h4>ufn</h4>
<pre><a href="http://commons.forgerock.org/i18n-framework/i18n-core/apidocs/org/forgerock/i18n/LocalizableMessage.html?is-external=true" title="class or interface in org.forgerock.i18n">LocalizableMessage</a> ufn</pre>
<div class="block">The user friendly name of the component that caused this exception.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.client.OperationRejectedException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/client/OperationRejectedException.html" title="class in org.forgerock.opendj.config.client">org.forgerock.opendj.config.client.OperationRejectedException</a> extends <a href="org/forgerock/opendj/config/client/AdminClientException.html" title="class in org.forgerock.opendj.config.client">AdminClientException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>8547688890613079044L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>messages</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>&gt; messages</pre>
<div class="block">The messages describing the constraint violations that occurred.</div>
</li>
<li class="blockList">
<h4>type</h4>
<pre><a href="org/forgerock/opendj/config/client/OperationRejectedException.OperationType.html" title="enum in org.forgerock.opendj.config.client">OperationRejectedException.OperationType</a> type</pre>
<div class="block">The type of operation that caused this exception.</div>
</li>
<li class="blockListLast">
<h4>ufn</h4>
<pre><a href="http://commons.forgerock.org/i18n-framework/i18n-core/apidocs/org/forgerock/i18n/LocalizableMessage.html?is-external=true" title="class or interface in org.forgerock.i18n">LocalizableMessage</a> ufn</pre>
<div class="block">The user friendly name of the component that caused this exception.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.forgerock.opendj.config.server</h2>
<ul class="blockList">
<li class="blockList"><a name="org.forgerock.opendj.config.server.ConfigException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/server/ConfigException.html" title="class in org.forgerock.opendj.config.server">org.forgerock.opendj.config.server.ConfigException</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-540463620272921157L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>message</h4>
<pre><a href="http://commons.forgerock.org/i18n-framework/i18n-core/apidocs/org/forgerock/i18n/LocalizableMessage.html?is-external=true" title="class or interface in org.forgerock.i18n">LocalizableMessage</a> message</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.server.ConstraintViolationException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/server/ConstraintViolationException.html" title="class in org.forgerock.opendj.config.server">org.forgerock.opendj.config.server.ConstraintViolationException</a> extends <a href="org/forgerock/opendj/config/DecodingException.html" title="class in org.forgerock.opendj.config">DecodingException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4902443848460011875L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>managedObject</h4>
<pre><a href="org/forgerock/opendj/config/server/ServerManagedObject.html" title="class in org.forgerock.opendj.config.server">ServerManagedObject</a>&lt;<a href="org/forgerock/opendj/config/server/ServerManagedObject.html" title="type parameter in ServerManagedObject">S</a> extends <a href="org/forgerock/opendj/config/Configuration.html" title="interface in org.forgerock.opendj.config">Configuration</a>&gt; managedObject</pre>
<div class="block">The server managed object.</div>
</li>
<li class="blockListLast">
<h4>messages</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>&gt; messages</pre>
<div class="block">The messages describing the constraint violations that occurred.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.forgerock.opendj.config.server.ServerManagedObjectDecodingException">
<!--   -->
</a>
<h3>Class <a href="org/forgerock/opendj/config/server/ServerManagedObjectDecodingException.html" title="class in org.forgerock.opendj.config.server">org.forgerock.opendj.config.server.ServerManagedObjectDecodingException</a> extends <a href="org/forgerock/opendj/config/DecodingException.html" title="class in org.forgerock.opendj.config">DecodingException</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1598401431084729853L</dd>
</dl>
<ul class="blockList">
<li class="blockList"><a name="serializedForm">
<!--   -->
</a>
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>causes</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">E</a>&gt; causes</pre>
<div class="block">The exception(s) that caused this decoding exception.</div>
</li>
<li class="blockListLast">
<h4>partialManagedObject</h4>
<pre><a href="org/forgerock/opendj/config/server/ServerManagedObject.html" title="class in org.forgerock.opendj.config.server">ServerManagedObject</a>&lt;<a href="org/forgerock/opendj/config/server/ServerManagedObject.html" title="type parameter in ServerManagedObject">S</a> extends <a href="org/forgerock/opendj/config/Configuration.html" title="interface in org.forgerock.opendj.config">Configuration</a>&gt; partialManagedObject</pre>
<div class="block">The partially created server managed object.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>OpenDJ Configuration API 3.0.0-SNAPSHOT Documentation</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2011-2015 <a href="http://www.forgerock.com">ForgeRock AS</a>. All Rights Reserved.</small></p>
</body>
</html>