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
public final class ManagedObjectNotFoundException extends OperationsException
The requested managed object could not be located.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectNotFoundException()
Create a managed object not found exception.ManagedObjectNotFoundException(Throwable cause)
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 Detail
-
ManagedObjectNotFoundException
public ManagedObjectNotFoundException()
Create a managed object not found exception.
-
ManagedObjectNotFoundException
public ManagedObjectNotFoundException(Throwable cause)
Create a managed object not found exception with the specified cause.- Parameters:
cause
- The cause of this exception.
-
-