|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
org.opends.server.admin.OperationsException
org.opends.server.admin.DecodingException
org.opends.server.admin.client.ManagedObjectDecodingException
public class ManagedObjectDecodingException
The requested managed object was found but one or more of its properties could not be decoded successfully.
Constructor Summary | |
---|---|
ManagedObjectDecodingException(ManagedObject<?> partialManagedObject,
java.util.Collection<PropertyException> causes)
Create a new property decoding exception. |
Method Summary | |
---|---|
java.util.Collection<PropertyException> |
getCauses()
Get an unmodifiable collection view of the causes of this exception. |
ManagedObject<?> |
getPartialManagedObject()
Get the partially created managed object containing properties which were successfully decoded and empty properties for those which were not (this may include empty mandatory properties). |
Methods inherited from class org.opends.server.types.OpenDsException |
---|
getMessageObject |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ManagedObjectDecodingException(ManagedObject<?> partialManagedObject, java.util.Collection<PropertyException> causes)
partialManagedObject
- The partially created managed object containing
properties which were successfully decoded and empty
properties for those which were not (this may include
empty mandatory properties).causes
- The exception(s) that caused this decoding exception.Method Detail |
---|
public java.util.Collection<PropertyException> getCauses()
public ManagedObject<?> getPartialManagedObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |