Class ManagedObjectNotFoundException

    • 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.