|
|||||||||
| 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.DefinitionDecodingException
public class DefinitionDecodingException
The requested managed object was found but its type could not be determined.
| Nested Class Summary | |
|---|---|
static class |
DefinitionDecodingException.Reason
An enumeration defining the reasons why the definition could not be resolved. |
| Constructor Summary | |
|---|---|
DefinitionDecodingException(AbstractManagedObjectDefinition<?,?> d,
DefinitionDecodingException.Reason reason)
Create a new definition decoding exception. |
|
| Method Summary | |
|---|---|
AbstractManagedObjectDefinition<?,?> |
getManagedObjectDefinition()
Gets the expected managed object definition. |
DefinitionDecodingException.Reason |
getReason()
Gets the reason why the definition could not be determined. |
| 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 DefinitionDecodingException(AbstractManagedObjectDefinition<?,?> d,
DefinitionDecodingException.Reason reason)
d - The expected type of managed object.reason - The reason why the definition could not be determined.| Method Detail |
|---|
public AbstractManagedObjectDefinition<?,?> getManagedObjectDefinition()
public DefinitionDecodingException.Reason getReason()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||