Package org.forgerock.opendj.config
Class ManagedObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.config.AdminException
org.forgerock.opendj.config.OperationsException
org.forgerock.opendj.config.ManagedObjectNotFoundException
- All Implemented Interfaces:
Serializable
,LocalizableException
The requested managed object could not be located.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a managed object not found exception.Create a managed object not found exception with the specified cause. -
Method Summary
Methods inherited from class org.forgerock.opendj.config.AdminException
getMessageObject
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManagedObjectNotFoundException
public ManagedObjectNotFoundException()Create a managed object not found exception. -
ManagedObjectNotFoundException
Create a managed object not found exception with the specified cause.- Parameters:
cause
- The cause of this exception.
-