Class ManagedObjectNotFoundException

  • All Implemented Interfaces:
    Serializable, org.forgerock.i18n.LocalizableException

    public class ManagedObjectNotFoundException
    extends OperationsException
    The requested managed object could not be located.
    See Also:
    Serialized Form
    • 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.