org.opends.server.admin
Class ManagedObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.admin.AdminException
                  extended by org.opends.server.admin.OperationsException
                      extended by org.opends.server.admin.ManagedObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ManagedObjectNotFoundException
extends OperationsException

The requested managed object could not be located.

See Also:
Serialized Form

Constructor Summary
ManagedObjectNotFoundException()
          Create a managed object not found exception.
ManagedObjectNotFoundException(java.lang.Throwable cause)
          Create a managed object not found exception with the specified cause.
 
Method Summary
 
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

ManagedObjectNotFoundException

public ManagedObjectNotFoundException()
Create a managed object not found exception.


ManagedObjectNotFoundException

public ManagedObjectNotFoundException(java.lang.Throwable cause)
Create a managed object not found exception with the specified cause.

Parameters:
cause - The cause of this exception.